bump: Update opentelemetry version - #26
Conversation
|
They moved Someone uploaded a The upstream issue related to the crate being published is open-telemetry/opentelemetry-rust-contrib#619 |
081ab9f to
3299542
Compare
78bb56f to
9ddd9e6
Compare
Bumps all the opentelemetry crates to version 0.32 of the SDK. This involves some changes to `opentelemetry_instrumentation_tower` (Previously known as `tower_otel_http_metrics`). The only visible change is that when adding a metrics layer, the `service_name` is no longer required, as the global meter is now always used by default. I verified that all dependencies use the correct version of the SDK by running `cargo tree --duplicates -p opentelemetry`
9ddd9e6 to
c8bd580
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #26 +/- ##
==========================================
+ Coverage 74.18% 75.83% +1.65%
==========================================
Files 5 5
Lines 275 269 -6
==========================================
Hits 204 204
+ Misses 71 65 -6
Continue to review full report in Codecov by Harness.
|
Bumps all the opentelemetry crates to version 0.32 of the SDK.
This involves some changes to
opentelemetry_instrumentation_tower(Previously known as
tower_otel_http_metrics). The only visible change isthat when adding a metrics layer, the
service_nameis no longer required,as the global meter is now always used by default.
I verified that all dependencies use the correct version of the SDK by
running
cargo tree --duplicates -p opentelemetry