How to instrument elasticsearch client 7.0 using OpenTelemetry #8867
Unanswered
venkatesh62891
asked this question in
Q&A
Replies: 2 comments 11 replies
-
Hey @venkatesh62891 , You can start by taking a look at what the javaagent instrumentation is doing and trying to replicate it in your own code. |
Beta Was this translation helpful? Give feedback.
10 replies
-
@AlexanderWert Currently I'm using Elasticsearch client 8.7. When is the native client instrumentation be expected to hit the market? |
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.
-
Hi Team,
I'm trying to manually instrument Elasticsearch client using OTEL. However, I see only java agent projects present in instrumentation folder but not any library folder which can be used in application and not through javaagent. Kindly let me know how to go about this requirement, appreciate your time.
Beta Was this translation helpful? Give feedback.
All reactions