File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,10 +182,10 @@ implements Axum's `OptionalFromRequestParts`, so you can more easily retrieve it
182182
183183# ## OpenTelemetry Integration
184184
185- There are also optional features `tracing-otel-26` and `tracing-otel-27` that pair with
186- the `axum-service` feature to ensure that any outgoing requests for credentials that take
187- place in the context of an incoming web request also include the proper OpenTelemetry span
188- information in any requests to MAudit services. Note that it is critical to use the same
185+ There are also optional features `tracing-otel-26`, `tracing-otel-27`, and `tracing-otel-28`
186+ that pair with the `axum-service` feature to ensure that any outgoing requests for credentials
187+ that take place in the context of an incoming web request also include the proper OpenTelemetry
188+ span information in any requests to MAudit services. Note that it is critical to use the same
189189version of OpenTelemetry crates as the rest of the project - if you do not, there will be 2
190190or more instances of the OpenTelemetry global information, and requests may not be traced
191191through properly.
You can’t perform that action at this time.
0 commit comments