All glossary terms
Optimize

DORA metrics

The four DORA metrics measure software-delivery performance: deployment frequency, lead time for changes, mean time to recovery (MTTR), and change-failure rate. Defined by Google's DORA team via the annual State of DevOps survey, they are the most-cited objective benchmark for engineering-team velocity. Elite teams deploy multiple times per day with lead time under a day; low performers ship monthly with multi-week lead time.

DORA's research linked these four metrics to broader business outcomes (revenue growth, customer satisfaction) across thousands of teams. The metrics work because two are about speed (deployment frequency, lead time) and two are about stability (MTTR, change-failure rate) — improving one without watching the others is how teams accidentally ship faster while breaking more. Modern incident-management + version-control tooling can compute all four automatically from git + deploy logs, so DORA data is increasingly a dashboard-default rather than a survey response.

Related terms