How to use k8s processor #4772
Unanswered
sumitm-iiit
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @sumitm-iiit k8s_tagger:
k8s_tagger/2:
passthrough: false
auth_type: "kubeConfig" pipelines:
traces:
receivers: [otlp]
processors: [memory_limiter, batch, k8s_tagger]
exporters: [otlp] would you like to give a try with the attached otel-config. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am trying to use k8s processor to get the metadata about kubernetes environment as part of span resource attributes.
I have configured agent collector to use k8s processor but I am not seeing any k8s resource attributes as part of span.
I am also attaching the yaml that I am using to deploy collector (agent and gateway).
Any help on this would be great.
Thanks,
Sumit
otel-config.txt
Beta Was this translation helpful? Give feedback.
All reactions