opentelemetry-java-instrume.../instrumentation/java-http-client/javaagent
Lauri Tulmin 8deaaaedbf
Avoid duplicate instrumentation in jdk http client sendAsyncMethod (#8127)
There are 2 `sendAsync` methods
https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html#sendAsync(java.net.http.HttpRequest,java.net.http.HttpResponse.BodyHandler)
and one of them calls the other.
2023-03-25 13:08:40 +02:00
..
src Avoid duplicate instrumentation in jdk http client sendAsyncMethod (#8127) 2023-03-25 13:08:40 +02:00
build.gradle.kts Format kotlin gradle files (#3942) 2021-08-25 13:43:57 +09:00