Advanced Engineering Metrics #DORA-metrics #deployment-frequency #lead-time #MTTR #change-failure-rate

DORA Metrics Communication

5 exercises — master the vocabulary for discussing DORA engineering performance metrics in team reviews, executive reports, and engineering health conversations.

0 / 5 completed
DORA metrics vocabulary quick reference
  • Deployment Frequency — how often code reaches production; velocity metric
  • Lead Time for Changes — commit → production; velocity metric
  • MTTR (Mean Time to Restore) — detection → service restored; stability metric
  • Change Failure Rate — % of deployments causing a degraded service; stability metric
  • Elite tier — deploy multiple times/day, lead time <1h, MTTR <1h, CFR <5%
  • Trunk-based development — all commits to main branch; enables high deployment frequency
  • Canary deployment — incremental rollout to a subset of traffic before full release
1 / 5

During an engineering all-hands, the VP of Engineering says: "We track all four DORA metrics." What are the four DORA metrics, and which two are velocity metrics versus stability metrics?