We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79189a8 commit 4d2ac7fCopy full SHA for 4d2ac7f
opentelemetry-jaeger-propagator/src/propagator.rs
@@ -15,6 +15,9 @@ const DEPRECATED_PARENT_SPAN: &str = "0";
15
const TRACE_FLAG_DEBUG: TraceFlags = TraceFlags::new(0x04);
16
17
/// `Propagator` implements the [Jaeger propagation format].
18
+/// See [module level documentation](self#Examples) for examples.
19
+///
20
+/// [jaeger propagation format]: https://www.jaegertracing.io/docs/1.18/client-libraries/#propagation-format
21
#[derive(Clone, Debug)]
22
pub struct Propagator {
23
baggage_prefix: &'static str,
0 commit comments