Crate tracing_causality

Source

Re-exports§

pub use data::Consequences;

Modules§

data
Data associated with spans.

Structs§

Layer
A tracing-subscriber layer for monitoring the causal relationships between tracing spans.
Span
A Span, represented by its Id and metadata.
Trace
A causality graph, rooted at a given Id.
Updates
A stream of Updates that affect a Trace.

Enums§

Update
An update that should be applied to a Trace.

Functions§

consequences
Produces the immediate consequences of the span corresponding to the given id, or None if that span has already been closed.
trace
Produces the full causality graph for the span corresponding to a given id.