Skip to content

Commit 48aba27

Browse files
authored
fix: update aws-xray example link for trace id (#139)
1 parent 9b93f75 commit 48aba27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/server.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn set_up_logging() -> Result<(), TryInitError> {
6262
// Note: If you need to pass the x-amzn-trace-id across services in the same trace,
6363
// you will need this line. However, this requires additional code not pictured here.
6464
// 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
65+
// https://github.com/open-telemetry/opentelemetry-rust/blob/v0.19.0/examples/aws-xray/src/server.rs#L14-L26
6666
global::set_text_map_propagator(XrayPropagator::default());
6767

6868
let tracer = opentelemetry_otlp::new_pipeline()

0 commit comments

Comments
 (0)