I want to prevent span generation for Cassandra (DB) access. #13596
Answered
by
steverao
shinozakisatoshi11
asked this question in
Q&A
-
I want to prevent span generation for Cassandra (DB) access. I am aiming to achieve this as a measure against performance degradation, so I am not looking for span filtering with a custom span, as referenced in the example. Reference: OpenTelemetry Java Instrumentation Examples |
Beta Was this translation helpful? Give feedback.
Answered by
steverao
Mar 27, 2025
Replies: 1 comment 1 reply
-
You can disable related instrumentation by checking out https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md#disabled-instrumentations |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
steverao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can disable related instrumentation by checking out https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md#disabled-instrumentations