You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elastic/elasticsearch-java#588 will bake instrumentation into the elasticsearch java client.
As soon as this PR is merged, we should make sure that our instrumentation detects versions of the client which already are instrumented and disable our instrumentation in that case.
Otherwise we might end up double recording the data.
The text was updated successfully, but these errors were encountered:
The issue means that when only using the APM java agent, Elasticsearch client will not be instrumented and AFAIU never be.
I'm not sure to understand the logic behind the change. The elasticsearch java client has native OTel support. But when OTel is not used why disabling ES instrumentation?
elastic/elasticsearch-java#588 will bake instrumentation into the elasticsearch java client.
As soon as this PR is merged, we should make sure that our instrumentation detects versions of the client which already are instrumented and disable our instrumentation in that case.
Otherwise we might end up double recording the data.
The text was updated successfully, but these errors were encountered: