Crate pavex_tracing

source ·
Expand description

The official integration between tracing and the Pavex framework.

Modules§

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

Structs§

Functions§

  • 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.