What’s inside
LLM Calls
Table of every LLM invocation with filters, search, and a detail drawer.
Traces
Full chain-of-calls per run — chains, tools, retries, and durations.
Analytics
Cost by model, p50/p95 latency, error rate, and model performance.
Threads
Multi-turn conversations grouped from
chat events.Drift Monitor
Distribution monitoring across five metrics with composite scoring.
Alerts
Threshold rules with cooldown, escalation, and SLA tracking.
When to use what
The data behind the views
Every event the SDK emits lands as one of two records in the database:- A Run — one execution of an agent, chain, or tool. Carries the aggregate cost, duration, status, and saved flag.
- An Event — a leaf record inside a run, such as
chain_start,tool_end,chat, orsaved.
Related resources
SDK event reporting
How events are batched, sent, and persisted.
Governance
Once you can see runs, the next step is shaping them.

