AgentOps uses spans to track different types of operations in your agent workflows.
Attribute | Description |
---|---|
span_id | A unique identifier for the span |
trace_id | The ID of the trace this span belongs to |
parent_id | The ID of the parent span |
name | The name of the span |
kind | The kind of span (session, agent, operation, etc.) |
start_time | When the span started |
end_time | When the span ended |
attributes | Custom attributes for the span |