Custom Dashboards (Boards)
Boards let you build custom dashboards using SQL queries and Vega-Lite charts. Create widgets that visualize your telemetry data in exactly the way you need.
Key Concepts
- Board — A named dashboard containing one or more widgets
- Widget — A single visualization powered by a SQL query and chart configuration
- Preset queries — Built-in query templates to get started quickly
Chart Types
| Type | Icon | Best For |
|---|---|---|
| Bar | Column chart | Comparing categories |
| Line | Line chart | Trends over time |
| Area | Filled area chart | Volume over time |
| Donut | Ring chart | Proportions and distributions |
| Stat | Single number | Key metrics at a glance |
| Table | Data table | Raw data display |
Preset Queries
Boards include built-in query templates to get started quickly:
| Preset | Description | Chart |
|---|---|---|
| Messages by Role | Message count grouped by role (user, assistant, system) | Bar |
| Events by Type | Event count grouped by event type | Bar |
| Logs by Severity | Log count grouped by severity level | Donut |
| Messages over Time | Daily message volume | Line |
| Events over Time | Daily event volume | Area |
| Audit by Action | Audit event count by action and outcome | Bar |
| Token Usage | Total input/output tokens by model | Bar |
Board Management
From the Boards page in the sidebar:
- Create — Click "Create Board" to start a new dashboard
- View — Click a board card to see it in read-only mode
- Edit — Click Edit to add, modify, or remove widgets
- Delete — Remove a board permanently
Guides
- Creating a Board — Step-by-step guide
Next Steps
- Create your first board
- Learn SQL querying to write custom queries
- Explore Insights for built-in observability panels