We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b93f75 commit 48aba27Copy full SHA for 48aba27
src/bin/server.rs
@@ -62,7 +62,7 @@ fn set_up_logging() -> Result<(), TryInitError> {
62
// Note: If you need to pass the x-amzn-trace-id across services in the same trace,
63
// you will need this line. However, this requires additional code not pictured here.
64
// For a full example using hyper, see:
65
- // https://github.com/open-telemetry/opentelemetry-rust/blob/main/examples/aws-xray/src/server.rs#L14-L26
+ // https://github.com/open-telemetry/opentelemetry-rust/blob/v0.19.0/examples/aws-xray/src/server.rs#L14-L26
66
global::set_text_map_propagator(XrayPropagator::default());
67
68
let tracer = opentelemetry_otlp::new_pipeline()
0 commit comments