diff --git a/tvix/tracing/src/propagate/reqwest.rs b/tvix/tracing/src/propagate/reqwest.rs index e2afb3e94..483c178c9 100644 --- a/tvix/tracing/src/propagate/reqwest.rs +++ b/tvix/tracing/src/propagate/reqwest.rs @@ -7,7 +7,7 @@ use reqwest_tracing::{SpanBackendWithUrl, TracingMiddleware}; /// If otlp feature is disabled, this will not insert a `traceparent` into the header. It will /// basically function as a noop. /// -/// `traceparent` => https://www.w3.org/TR/trace-context/#trace-context-http-headers-format +/// `traceparent` => pub fn tracing_middleware() -> TracingMiddleware { TracingMiddleware::::new() }