-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[chore] bump otel-go deps #12575
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
[chore] bump otel-go deps #12575
Conversation
v1.35.0/v0.60.0/v0.29.0/v0.15.0/v0.10.0/v0.8.0/v0.7.0
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12575 +/- ##
=======================================
Coverage 92.18% 92.18%
=======================================
Files 469 469
Lines 25390 25390
=======================================
Hits 23405 23405
Misses 1574 1574
Partials 411 411 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
My understanding is that the tests are broken because collector-contrib hasn't been updated to the latest go-contrib version. But I can't update it before the collector itself is updated. Not sure what to do here, could use some advice on how to phase this upgrade @open-telemetry/collector-maintainers |
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.
We can skip the contrib tests for this PR and get it updated separately
@codeboten happy to work on the collector-contrib upgrade too, but I think I need to wait for the next collector release, since the changes in this PR are all going to be transitive dependencies |
ab63cdf
Description
Upgrading the collector to use opentelemetry-go-contrib v1.35.0/v0.60.0/v0.29.0/v0.15.0/v0.10.0/v0.8.0/v0.7.0
See changelog here: https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.35.0
Link to tracking issue
none available
Testing
I ran
make all
but happy to run other targets if needed