How does OpenTelemetry Java Agent work ? #7675
Unanswered
santoshkashyap
asked this question in
Q&A
Replies: 0 comments
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.
-
Any good explanation on how exactly is the Agent able to intercept calls to all the support libraries/frameworks listed here.
I see that the main OpenTelemetryJavaAgent.java is implementing Java's Instrumentation API. But, after that does it provide hooks into supported libraries & frameworks(e.g. spring, jdbc and so on) and, “watches” for certain functions to be called or is the final byte code in the JVM already has instrumentation logic from the OpenTelemetry ?
Beta Was this translation helpful? Give feedback.
All reactions