Expand description
Actix tracing - support for tokio tracing with Actix services.
Structs§
- A
Service
implementation that automatically enters/exits tracing spans for the wrapped inner service. - A
Transform
implementation that wraps services with aTracingService
.
Functions§
- Wraps the provided service factory with a transform that automatically enters/exits the given span.