Python
Trace
A recorded execution trace consisting of one or more spans.
A recorded execution trace consisting of one or more spans.
Represents a complete request lifecycle as captured by Tracer. Each
span in the trace corresponds to a function call, LLM request, or
tool invocation.
Attributes
spans
:List[TraceSpan]
The spans in this trace, ordered by start time.