Agent Observability

Traces, spans, run logs, cost tracking, and token budgets — understanding what your agent is doing in production.

Key vocabulary

  • Agent trace — the complete record of one agent run: all steps, tool calls, LLM calls, results.
  • Span — a single unit of work within a trace (one LLM call, one tool call).
  • Agent run log — structured log output from an agent run, for debugging.
  • LLM call cost — the token-based cost of each model API call within the run.
  • Token budget — a pre-set limit on total tokens the agent run may consume.
0 / 5 completed
1 / 5
An agent trace records: