Skip to main content
An agent is a named actor responsible for a call (agentName). The Agents view rolls every trace up by agent, no matter which workflow it ran in, so you can answer “how is my retriever doing overall?” Set agentName on a call’s integration to fill this view.

Agents list

A card per agent over the selected range: span count (with the LLM-span subset), tokens, p95 latency, and cost, with an error badge when any of its spans failed. A toggle switches between cards and a compact table.

Agent detail

Opening an agent shows:
  • Stat cards: spans, error rate, p95 latency, and total cost.
  • Spans & errors and Latency: trend charts over the selected range.
  • Cost breakdown: a donut of cost per pricing dimension.
  • Trace flow: a graph of the agent’s most recent trace, with its steps and tool calls. Click through to the full trace.
  • Recent traces: the agent’s latest runs with spans, tokens, duration, and cost. Click a row to open the trace.
Agents and workflows are independent views. An agent’s totals cover every workflow it took part in; a workflow groups whichever agents ran together in one process. Set both agentName and workflowName to get both views.