Skip to main content

Module execution_trace

Module execution_trace 

Source
Expand description

Execution tracing and span tracking for workflow debugging.

Records detailed timing and status information for every step in a workflow execution, enabling post-mortem analysis, performance profiling, and audit trails.

Structs§

ExecutionTrace
An execution trace that collects spans for a single workflow run.
SpanAttribute
A key-value attribute attached to a span.
SpanId
Unique identifier for a trace span.
TraceSpan
A single span in an execution trace.
TraceSummary
A summary of an execution trace.

Enums§

SpanStatus
The outcome of a traced span.