Module apalis_core::layers::tracing

source ·
Available on crate feature trace only.
Expand description

Tracing integration for apalis

Structs

Enums

Traits

  • Trait used to generate Spans from requests. Trace wraps all request handling in this span.
  • Trait used to tell Trace what to do when a request fails.
  • Trait used to tell Trace what to do when a request is received.
  • Trait used to tell Trace what to do when a response has been produced.