OTEL Javaagent initially provided K8's container+ attributes, but after changing from an older version no longer get passed to the collector. #8531
Unanswered
rbcksantoro
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Do you know which agent version used to produce these? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When i turn on the otel java agent debug i no longer see k8attributes past onto the collector from the agent itself. Is there a known issue here or a change in how i get these additional attributes sent on in order to properly perform logical structuring of my metric, trace, and streaming log data?
Attributes i no longer see:
k8s.pod.name
k8s.namespace.name
etc...
i can't recall the precise attribute name for the container but this is missing as well ..
It's my understanding from reading the documentation this information should be provided by default w/o additional configuration of the agent. Am i correct? Please let me know if further information is needed, and excuse if I've missed anything obvious as I'm a new user of OTEL and the java agent in general. Any assistance or recommendations would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions