|
Hi I would like to disable some agent instrumentation regarding the automatic monitoring agent using Regarding this page chapter https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/master/docs/suppressing-instrumentation.md#suppressing-specific-agent-instrumentation Is there some other documentation where i can find the ids i can use ? Thanks for your feedbacks, |
Answered by
trask
Jan 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @JiZoH!
here's an example of where the ids are defined:
opentelemetry-java-instrumentation/instrumentation/jms-1.1/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jms/JmsInstrumentationModule.java
Line 20 in b859485
if you don't find what you're looking for, let us know which instrumentation you are trying to disable