-
Notifications
You must be signed in to change notification settings - Fork 14
Upgrade otel 1 5 3 #346
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
Upgrade otel 1 5 3 #346
Conversation
e1c6816
to
1ac3725
Compare
038e96b
to
08e8f0c
Compare
08e8f0c
to
8f0ac24
Compare
@@ -28,6 +28,8 @@ dependencies { | |||
implementation(gradleApi()) | |||
implementation(localGroovy()) | |||
|
|||
implementation("io.opentelemetry.instrumentation.muzzle-generation:io.opentelemetry.instrumentation.muzzle-generation.gradle.plugin:0.7.0") |
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.
If I am not mistaked these plugins should substitute MuzzlePlugin.groovy
so could we remove MuzzlePlugin.groovy
?
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.
I, unfortunately, wasn't able to drop in the plugin class as a replacement yet, but looking forward to doing that as we incrementally migrate these modules to more standard patterns!
Description
Upgrades OTEL to 1.5.3. Mostly just renames and accounting for changed signatures of opentelemetry APIs without any significant behavior changes
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.