Observability
High-level view of your agent activity — session counts, cost tracking, error rates, and usage trends across all your agents.
Overview
The dashboard gives you two levels of visibility into your agents. This page covers the high-level metrics. For drilling into individual sessions and conversation turns, see Logs.
Dashboard layout
The overview chart at the top shows sessions and threads over time. Toggle between the two views. Below it, three metric cards track cost, duration, and errors.
Cost
Total USD spend over the selected period. Spot unexpected spikes early.
Duration
Average execution time per thread. Identify slow turns or timeouts.
Errors
Error rate (%) and absolute count. Recent errors are listed below the cards.
Live monitoring
When any thread is actively streaming, a pulsing blue Live indicator appears next to the date picker. The dashboard auto-refreshes while streams are active.
Date range filtering
All metrics can be filtered by date range. Use the presets or pick a custom range.
Debugging tips
- Recent errors — scroll below the metric cards to see the latest errors with timestamps. Look for patterns across sessions.
- Cost spikes — switch between date ranges to narrow down when costs jumped. Drill into individual sessions in Logs to see which threads drove the cost.
- Slow responses — check the Duration card for high averages. Replay slow threads in Logs to see if the agent is making too many tool calls.