Manual instrumentation name #8217
-
I am trying to instrument a java application. How can I set the instrumentation name. Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
trask
Apr 5, 2023
Replies: 1 comment 3 replies
-
Hey @APIM-KiranVaddadi , GlobalOpenTelemetry.getTracer("my-app") |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this configuration is only supported by javaagent instrumentation
there isn't a more general solution today, you may be interested in following open-telemetry/opentelemetry-specification#1588