-
Notifications
You must be signed in to change notification settings - Fork 13
upgrade otel version to 1.24 #378
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
Conversation
instrumentation/build.gradle.kts
Outdated
exclude("io/opentelemetry/context/**") | ||
exclude(dependency("io.opentelemetry:opentelemetry-api")) | ||
exclude("io/opentelemetry/instrumentation/api/**") | ||
// // exclude bootstrap part of javaagent-extension-api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: double comment
...javaagent/instrumentation/hypertrace/jaxrs/v2_0/JaxrsAsyncClientBodyInstrumentationTest.java
Outdated
Show resolved
Hide resolved
...etry/javaagent/instrumentation/hypertrace/jaxrs/v2_0/JaxrsClientBodyInstrumentationTest.java
Outdated
Show resolved
Hide resolved
Aside from the commented code Tim pointed out, lgtm. |
Removed jaxrs instrumentation since it did not provide any additional value to us. The client spans are already being created by apache-httpclient instrumentation. And the passing tests show that we will be able to capture all that we need without this extra instrumentation as well |
* fix tomee test * fix Play test * fix liberty test * add sock host port as well * fix grpc test * fix spring boot tests * format * fix wildify test
Description
Please include a summary of the change, motivation and context.
Testing
Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.
Checklist:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.