SpanContext¶
Structure Class¶
SpanContext
dataclass
¶
The contextual information that uniquely identifies a span within the distributed tracing system. Contains session, trace, and span identifiers used to correlate evaluation results with specific agent execution points.
Attributes¶
session_id
instance-attribute
¶
session_id: str
The unique identifier of the session containing this span. Sessions
represent complete conversation flows and are detected using
configurable SessionTimeoutMinutes (default 15 minutes).