Disable tracing for a specific Java Class or endpoint? #2873
Unanswered
stevensim226
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Transferring this discussion to the opentelemetry-java-instrumentation repository, as it applied to instrumentation, not to the API or SDK. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@stevensim226 the configuration for suppressing particular classes is meant for automatic instrumentation. That is if the class implementing |
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
-
Hi,
I'm currently using OpenTelemetry to trace HTTP calls for microservices in my Kubernetes cluster, but unfortunately due to k8s' healthcheck system, every 10 seconds an HTTP call is made into the
/ping
endpoint and it floods my storage for the tracing (I'm using ElasticSearch)I saw on the manual instrumentation that there is a feature called suppress class, I tried it w/ auto-instrumentation but it doesn't work (I don't think it's supposed to work either)
Is there a feature similar that exists to what I needed?
Beta Was this translation helpful? Give feedback.
All reactions