File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
axum-tracing-opentelemetry
tonic-tracing-opentelemetry Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Middlewares to integrate axum + tracing + opentelemetry.
1212- Trace is attached into tracing'span
1313- OpenTelemetry Span is created on close of the tracing's span (behavior from [ tracing-opentelemetry] )
1414
15- For examples, you can look at the [ examples] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/examples/ ) folder.
15+ For examples, you can look at the [ examples] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/ examples/ ) folder.
1616
1717``` txt
1818//...
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Middlewares and tools to integrate tonic + tracing + opentelemetry for client an
1313- Start a new trace if no trace is found in the incoming request
1414- Trace is attached into tracing's span
1515
16- For examples, you can look at the [ examples] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/examples/ ) folder.
16+ For examples, you can look at the [ examples] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/ examples/ ) folder.
1717
1818Extract of ` client.rs ` :
1919
You can’t perform that action at this time.
0 commit comments