Skip to content

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

Merged
merged 11 commits into from
Sep 3, 2021
Merged

Upgrade otel 1 5 3 #346

merged 11 commits into from
Sep 3, 2021

Conversation

ryandens
Copy link
Member

@ryandens ryandens commented Aug 30, 2021

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:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

Documentation

Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.

@ryandens ryandens force-pushed the upgrade-otel-1-5-2 branch from e1c6816 to 1ac3725 Compare August 30, 2021 20:53
@ryandens ryandens changed the base branch from upgrade-otel-1-4-1 to main August 30, 2021 21:20
@ryandens ryandens force-pushed the upgrade-otel-1-5-2 branch 2 times, most recently from 038e96b to 08e8f0c Compare September 1, 2021 01:37
@ryandens ryandens changed the title Upgrade otel 1 5 2 Upgrade otel 1 5 3 Sep 1, 2021
@ryandens ryandens marked this pull request as ready for review September 2, 2021 18:12
@@ -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")
Copy link
Member

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?

Copy link
Member Author

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!

@ryandens ryandens merged commit e761494 into main Sep 3, 2021
@ryandens ryandens deleted the upgrade-otel-1-5-2 branch September 3, 2021 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants