how to remove attributes otel.library.version and otel.library.name from span #29004
kadhamecha-conga
started this conversation in
General
Replies: 1 comment
-
you will have to use the resource processor since those are resource attributes of the span : https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/resourceprocessor/README.md It removes |
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
Uh oh!
There was an error while loading. Please reload this page.
-
hi team,
i want to remove attributes such as otel.library.version and otel.library.name from spans.
i tried attributes processor. but it is not removing the attributes.
can someone please help me to remove these attributes ?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions