File tree 2 files changed +2
-2
lines changed
axum-tracing-opentelemetry
tonic-tracing-opentelemetry
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.
12
12
- Trace is attached into tracing'span
13
13
- OpenTelemetry Span is created on close of the tracing's span (behavior from [ tracing-opentelemetry] )
14
14
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.
16
16
17
17
``` txt
18
18
//...
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
13
13
- Start a new trace if no trace is found in the incoming request
14
14
- Trace is attached into tracing's span
15
15
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.
17
17
18
18
Extract of ` client.rs ` :
19
19
You can’t perform that action at this time.
0 commit comments