Suppress auto instrumentation trace spans in open telemetry #6815
Unanswered
vinodkumarpandiyan
asked this question in
Q&A
Replies: 1 comment 4 replies
-
If you don't want any autoinstrumentation, it may be worth considering using the SDK directly |
Beta Was this translation helpful? Give feedback.
4 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,
We want to disable auto instrumentation ( java) of trace spans in our application. We have manually created spans for our need. We need only those spans.
I try to disable it with below configuration. Unfortunately its not working as expected.
otel.instrumentation.common.default-enabled=false
Is there any issues with above configuration? if there is any alternate way, could you advise?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions