open-telemetry / opentelemetry-rust

The Rust OpenTelemetry implementation
https://opentelemetry.io
Apache License 2.0
1.88k stars 440 forks source link

CI failure after tonic upgrade v0.12.2 #2059

Closed lalitb closed 2 months ago

lalitb commented 2 months ago

Error: https://github.com/open-telemetry/opentelemetry-rust/actions/runs/10577147775/job/29304471916?pr=2057#step:7:937

This is happening after new version of tonic being used in CI : https://github.com/hyperium/tonic/releases/tag/v0.12.2

Relevant issue in tonic repo - https://github.com/hyperium/tonic/issues/1894

lalitb commented 2 months ago

fixed as part of #2052