-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate HTTP dependency with JAX-RS Client #2132
Comments
@umutesen thanks for reporting this! I've sent a proposal for addressing this upstream open-telemetry/opentelemetry-java-instrumentation#5430 |
this has been merged into the |
Yes, please! Thank you |
sorry! wrong download, here you go: https://github.com/microsoft/ApplicationInsights-Java/suites/5660094239/artifacts/185433031 |
Thanks! I can confirm this issue is fixed in 3.3.0-BETA. When are we likely to get the stable version? |
great to hear! just a guess right now, probably end of April or into May, there are lots of changes in 3.3.0, so needs some time to bake |
Expected behavior
There should not be any duplicate spans exported for a single http request with JAX-RS Client with Jersey.
Actual behavior
Duplicate spans exported for a sing HTTP request. As far as I can see, the only notable difference is
InstrumentationLibraryInfo{name=io.opentelemetry.http-url-connection
vsInstrumentationLibraryInfo{name=io.opentelemetry.jaxrs-client-2.0
To Reproduce
Steps to reproduce the behavior:
Configure custom http client with
javax.ws.rs.client.ClientBuilder.newClient
and invoke aGET
request.System information
Please provide the following information:
Logs
The text was updated successfully, but these errors were encountered: