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§
- Execution
Trace - An execution trace that collects spans for a single workflow run.
- Span
Attribute - A key-value attribute attached to a span.
- SpanId
- Unique identifier for a trace span.
- Trace
Span - A single span in an execution trace.
- Trace
Summary - A summary of an execution trace.
Enums§
- Span
Status - The outcome of a traced span.