Structs§
- Event
Formatter - An event formatter usable by the
tracing_subscribercrate, which includes the log context and the OTEL trace ID. - LogContext
- A log context saves informations about the current task, such as the elapsed time, the number of polls, and the poll time.
- LogContext
Layer - A layer which creates a log context for each request.
- LogContext
Service - A service which wraps another service and creates a log context for each request.
- LogContext
Stats - A snapshot of a log context statistics
- Poll
Recording Future - A future which records the elapsed time and the number of polls in the active log context
Enums§
- Requester
- An identified principal making a request, recorded on the
LogContext.