Home
The default project dashboard — pre-built charts for traces, latency, token usage, costs, and scores.
Overview Dashboard
Every project includes a built-in overview dashboard owned by the system (AI-Evals). It is populated automatically and gives you immediate visibility into production traffic without any setup.
Accessing the Overview Dashboard
Navigate to Home in the left sidebar of your project.
Out-of-box Metrics
The Overview Dashboard includes pre-built widgets covering the most common monitoring needs:
| Widget | Description |
|---|---|
| Trace Volume | Total traces over time as a time-series bar chart |
| Latency (p50 / p95 / p99) | Percentile latency across all traces |
| Token Usage | Input and output tokens over time |
| Estimated Cost | Aggregated cost across all observations |
| Score Distribution | Distribution of numeric evaluation scores |
| Model Usage | Breakdown of observations by model name |
| Error Rate | Observations with ERROR level over time |
| Active Users | Unique user IDs seen per day |
Filtering
Date Range
Use the date range picker in the widget header to filter data to a specific window. Available presets:
- Last 1 hour
- Last 24 hours
- Last 7 days (default)
- Last 30 days
- Last 90 days
- Custom range
Each widget stores its own date preset; you can override it per widget.
Environment and Release
Filter widgets by environment (e.g. production, staging) or release tag using the dimension filters available in each widget's configuration. To apply a filter to all widgets at once, edit each widget and add a filter on environment equals <value>.
Editing Limitations
System dashboards are read-only — the layout and widgets cannot be modified directly. If you want to customize the Overview Dashboard:
Clone the dashboard
Open the Overview Dashboard and click the Clone button (available to users with dashboards:CUD permission). This creates an editable copy in your project.
Rename and customize
After cloning, give it a meaningful name and adjust widgets, filters, and layout to suit your needs.
Refreshing Data
Click the Refresh icon (circular arrows) in the top-right of the dashboard to reload all widget data. This is useful after a deployment or when debugging recent traces.