-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
stats/otel: upgrade grpc version that contains the experimental/stats package #7545
Conversation
…xperimental/stats
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7545 +/- ##
==========================================
- Coverage 81.93% 81.84% -0.10%
==========================================
Files 362 361 -1
Lines 27831 27825 -6
==========================================
- Hits 22803 22773 -30
- Misses 3832 3854 +22
- Partials 1196 1198 +2 |
@@ -12,7 +12,7 @@ require ( | |||
go.opentelemetry.io/otel/metric v1.28.0 | |||
go.opentelemetry.io/otel/sdk v1.28.0 | |||
go.opentelemetry.io/otel/sdk/metric v1.28.0 | |||
google.golang.org/grpc v1.65.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.
Shouldn't we use 1.66.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.
Done, 1.66.0 was not available at the time.
Building stats/otel was broken on its own because this package depends on
grpc/experimental/stats
which is not released yet. Our tests passed because of the replace directive magic.RELEASE NOTES: none