Module tracing

Source

Modules§

layer

Structs§

TracingContext
Context for tracing used for propagating tracing information in a distributed system.
WithInstrumented
A [futures::Stream] that has been instrumented with InstrumentStream::instrument_with.

Traits§

InstrumentStream
Extension trait allowing [futures::Stream]s to be instrumented with a [tracing::Span].

Type Aliases§

Propagator 🔒