generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Labels
Description
Is your feature request related to a problem?
I am using Open Search client in my Java application from org.opensearch.client:opensearch-java:2.25.0 artifact.
My application is instrumented with Micrometer and uses OpenTelemetry bridge to send traces and metrics to a tracing platform.
Currently, Open Search client calls are not show as a new span.
What solution would you like?
I would like Open Search client calls to be instrumented by Micrometer. Observations/metrics should be compatible with OpenTelemetry semantics.
Maybe there should be a separate artifact that would add the instrumentation, so it is optional.