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