I want to execute GlobalOpenTelemetry.get() on a Java Agent. #13015
Unanswered
shinozakisatoshi11
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You are correct. Agent instruments |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Issues I'm facing: I tried executing GlobalOpenTelemetry.get() on a Java Agent, but it didn't work.
What I've tried: I attempted GlobalOpenTelemetry.get(), but it didn't work as expected. It ended up behaving as if it was setting up a Prometheus server.
What I suspect: I am taking the approach of disabling certain Java Agent features and adding the necessary ones. I suspect there might be an INSTRUMENTATION that should be enabled, but I am unsure which one it is.
Beta Was this translation helpful? Give feedback.
All reactions