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