Docs / Dashboards

Dashboards

Create dashboards that visualize the most important metrics for your AI systems. Combine real-time widgets with historical trends and drill downs to accelerate incident response and drive continuous improvement.

Organize dashboards by audience—executive summaries, daily operations, and deep technical analysis. Use consistent color and layout systems, and include links to saved queries and runbooks.

Dashboard with widgets for latency, cost, and quality, plus filters and time range selector

Design Principles

  1. 1

    Prioritize signal Surface actionable KPIs at the top, with clear thresholds and states.

  2. 2

    Enable drill down Link widgets to queries and detailed views for investigation.

  3. 3

    Segment by context Support filters for project, environment, user segment, and feature flag.

  4. 4

    Share and review Snapshot dashboards for releases and incident reviews; annotate key changes.

Dashboard configuration example
dashboard = {
  "name": "AI Health Overview",
  "refresh": "30s",
  "sections": [
    {"title": "System Health", "widgets": ["status", "latency_p95", "error_rate"]},
    {"title": "Quality", "widgets": ["overall_score", "groundedness", "helpfulness"]},
    {"title": "Cost", "widgets": ["cost_per_request", "daily_spend", "token_usage"]}
  ]
}
Info

From query to widget: Start with a saved trace query, then promote it to a dashboard widget to keep critical views one click away.

Widget drill-down from dashboard to saved query results

Related Documentation

Monitors
Alert on dashboard KPIs
Query Traces
Build data sources for widgets
Cost Tracking
Track spend in dashboards