Crate pavex_tracing

Source
Expand description

The official integration between tracing and the Pavex framework.

Modules§

fields
Utilities to log common resources with consistent naming and representations.

Structs§

RootSpan
RootSpan is the top-level logical tracing::Span for an incoming request.

Functions§

logger
A logging middleware that instruments the request processing pipeline with RootSpan.
All tracing spans entered after logger executes will be children of RootSpan, either directly or transitively.