We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332bd18 commit a021dd0Copy full SHA for a021dd0
opentelemetry/src/lib.rs
@@ -47,12 +47,6 @@
47
//! * `tokio-support`: Spawn telemetry tasks using [tokio]'s runtime.
48
//! * `async-std`: Spawn telemetry tasks using [async-std]'s runtime.
49
//!
50
-//! The following flags enable propagating information in other crate
51
-//! ecosystems:
52
-//!
53
-//! * `http`: Propagate information via [http] header maps.
54
-//! * `tonic`: Propagate information via [tonic]'s metadata.
55
56
//! Finally the following flags can be used by exporter authors:
57
58
//! * `reqwest`: Implementation of [`HttpClient`] for [reqwest].
0 commit comments