opentelemetry-java-instrume.../instrumentation/java-http-client/javaagent/src
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
..
main/java/io/opentelemetry/javaagent/instrumentation/httpclient Avoid duplicate instrumentation in jdk http client sendAsyncMethod (#8127) 2023-03-25 13:08:40 +02:00
test/java/io/opentelemetry/javaagent/instrumentation/httpclient More HTTP testing refactor prework (#7630) 2023-01-23 09:42:32 -08:00