-
Notifications
You must be signed in to change notification settings - Fork 28
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 version to v1.11.2 #333
Conversation
874884a
to
df94d0f
Compare
Codecov ReportBase: 92.56% // Head: 87.42% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #333 +/- ##
==========================================
- Coverage 92.56% 87.42% -5.14%
==========================================
Files 68 75 +7
Lines 3576 4128 +552
==========================================
+ Hits 3310 3609 +299
- Misses 201 448 +247
- Partials 65 71 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description: Upgrading otel versions to v1.11.2 and v0.34.0
lightstep/sdk/metric/exporters/otlp/otlpmetric
package to match the otel packages (they already moved their equivalent function intootlpmetric/internal
so it doesn't actually match 😬 )Link to tracking Issue: #303
Fixes #303.
Testing: < Describe what testing was performed and which tests were added.>
Documentation: < Describe the documentation added.>