open-telemetry / opentelemetry-rust-contrib

OpenTelemetry Contrib Packages for Rust
Apache License 2.0
35 stars 34 forks source link

Stackdriver - adding support for Google X-Cloud-Trace-Context propagation format #25

Closed ivan-brko closed 8 months ago

ivan-brko commented 8 months ago

Fixes

Issue https://github.com/open-telemetry/opentelemetry-rust-contrib/issues/3

Changes

Added GoogleTraceContextPropagator to opentelemetry-stackdriver crate, behind a feature flag propagator. Implementation is based on the official GCP golang library implementation and Rust opentelemetry implementation of W3C Propagator.

Merge requirement checklist

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3827119) 40.4% compared to head (f537a66) 40.4%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ===================================== Coverage 40.4% 40.4% ===================================== Files 12 12 Lines 1279 1279 ===================================== Hits 517 517 Misses 762 762 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.