Skip to content
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

Move 3rd party propagators and merge exporter into sdk::export #375

Merged
merged 11 commits into from
Dec 7, 2020
Prev Previous commit
Next Next commit
fix: remove comments
  • Loading branch information
TommyCpp committed Dec 6, 2020
commit c78df6bfcb7934836706fa2b346e46dfb0f89ff2
2 changes: 0 additions & 2 deletions opentelemetry-contrib/src/trace/propagator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
//!
//! * `binary_propagator`, propagating trace context in the binary format.
//! * `XrayPropagator`, propagating via AWS XRay protocol.
//! * `B3Propagator`, propagating via B3 protocol and headers.
//! * `JaegerPropagator`, propagating via Jaeger protocol and headers.
//!
//! This module also provides relative types for those propagators.
#[cfg(feature = "aws-xray")]
Expand Down