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.