DORA Metrics Dashboard

Track software delivery performance with deployment frequency, lead time, change failure rate, and MTTR.

DORA dashboard#

The DORA page at /dashboard/{workspaceId}/dora shows four key delivery performance metrics:

Metric cards#

Each metric shows:

  • Value with unit (e.g., "3.2 deploys/day")
  • Performance tier badge: Elite (green), High (blue), Medium (amber), Low (red)
  • Sample count for context

Trend charts#

Four area charts show metric trends over the selected date range. Colors match tier significance:

  • Blue for deployment frequency
  • Green for lead time
  • Amber for change failure rate
  • Red for mean time to recovery

Getting started#

If the page shows "No DORA metrics recorded yet", connect your CI/CD pipeline. Telemetry events are ingested via POST /api/v1/telemetry with DORA metric names.

Date filtering#

Use the date range picker to adjust the lookback window. Default is 30 days.