Skip to content

Commit

Permalink
Merge pull request #39 from odigos-io/move-containername-to-be-k8scon…
Browse files Browse the repository at this point in the history
…tainername

fix: move container.name to be k8s.container.name
  • Loading branch information
tamirdavid1 authored Oct 30, 2024
2 parents a819156 + 27ca14a commit 9de767e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opamp/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

env_var_mappings = {
"ODIGOS_WORKLOAD_NAMESPACE": ResourceAttributes.K8S_NAMESPACE_NAME,
"ODIGOS_CONTAINER_NAME": ResourceAttributes.CONTAINER_NAME,
"ODIGOS_CONTAINER_NAME": ResourceAttributes.K8S_CONTAINER_NAME,
"ODIGOS_POD_NAME": ResourceAttributes.K8S_POD_NAME
}

Expand Down

0 comments on commit 9de767e

Please sign in to comment.