Skip to content

Commit

Permalink
fix: broken link in jaeger docs (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyCpp committed May 19, 2024
1 parent 79189a8 commit 4d2ac7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opentelemetry-jaeger-propagator/src/propagator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ const DEPRECATED_PARENT_SPAN: &str = "0";
const TRACE_FLAG_DEBUG: TraceFlags = TraceFlags::new(0x04);

/// `Propagator` implements the [Jaeger propagation format].
/// See [module level documentation](self#Examples) for examples.
///
/// [jaeger propagation format]: https://www.jaegertracing.io/docs/1.18/client-libraries/#propagation-format
#[derive(Clone, Debug)]
pub struct Propagator {
baggage_prefix: &'static str,
Expand Down

0 comments on commit 4d2ac7f

Please sign in to comment.