Replies: 1 comment
-
Hey @ncabanis , Unfortunately right now there's no way to specify resource attributes in separate env vars. In general, currently we support the following 3 ways of adding resource attributes:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for a way to specify the K8s conventions, like
k8s.node.name
,k8s.namespace.name
ork8s.pod.name
. As I understood, the only possibility is to specify these fields comma separated within theOTEL_RESOURCE_ATTRIBUTES
parameter.Is there not a more flexible way, e.g. by specifying
K8S_NODE_NAME
or maybeOTEL_RESOURCE_ATTRIBUTES_K8S_NODE_NAME
?This composite field makes it difficult to provide via an K8s deployment descriptor.
Beta Was this translation helpful? Give feedback.
All reactions