I want the agent to only collect metrics. #12815
Unanswered
shinozakisatoshi11
asked this question in
Q&A
Replies: 1 comment
-
the easiest way to do this is to set |
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.
-
To achieve this with the Java agent, I am using the following configuration. To accomplish my goal, I set OTEL_INSTRUMENTATION_COMMON_DEFAULT_ENABLED: "false" and then enable only what is necessary by setting them to true. Is there a better way to do this, or are there any specific instrumentations that should definitely be enabled for collecting metrics?
Additionally, I would like to know how to find the appropriate instrumentation for my purpose.
Beta Was this translation helpful? Give feedback.
All reactions