Crate tracing_causality
Source pub use data::Consequences;
- data
- Data associated with spans.
- 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
Update
s that affect a Trace
.
- Update
- An update that should be applied to a
Trace
.
- 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
.