Dashboard
The Analytics Dashboard provides real-time visibility into your AI agent performance, costs, and usage patterns. It organizes metrics into six sections: Overview, Cost & Usage, Latency, Tool Usage, Agent/Workflow Usage, and Prompt Analytics.
Time Range Selection
Select a time range from the dropdown:
- 1 hour, 3 hours, 6 hours, 9 hours, 12 hours
- 1 day, 2 days, 3 days, 7 days, 14 days, 30 days
- Custom date range
Free plan users can access up to 7 days of data. 30-day analytics requires a Pro plan.
Overview Section
Trace Metrics Card
Displays aggregate statistics for all traces in the selected period:
| Metric | Description |
|---|---|
| Total Traces | Number of agent/workflow executions |
| Success Rate | Percentage of traces that completed without errors |
| Error Count | Number of failed traces |
| Avg Duration | Average execution time across all traces |
LLM Call Metrics Card
Summarizes LLM API call statistics:
| Metric | Description |
|---|---|
| Total Calls | Number of LLM API requests |
| Success Rate | Percentage of successful LLM calls |
| Failed Calls | Number of LLM calls that returned errors |
| Avg Latency | Average response time for LLM calls |
Trace Counts Chart
A time-series chart showing trace volume over time. Data points are color-coded by status:
- Green: Successful traces
- Red: Failed traces
- Yellow: In-progress traces
Click on a data point to filter traces by that time period.
LLM Call Rates Chart
Shows LLM call volume over time, broken down by:
- Success vs failure
- Model provider (OpenAI, Anthropic, etc.)