DORA Metrics

No Change
adopt
First Added:June 22, 2026 Updated: July 29, 2026

DORA Metrics. Are the DevOps Research and Assessment team’s validated measures of software delivery and operational (SDO) performance.

Blurb

DORA is a long running research program that seeks to understand the capabilities that drive software delivery and operations performance. DORA helps teams apply those capabilities, leading to better organizational performance.

Summary

Garden stance: We adopt DORA Metrics for our estate.

Key points:

TopicNotes
ScopeSystem-level outcomes, not individual developer output
Data sourcesCI/CD events, deploy logs, incident records, VCS timestamps
ToolingDORA Quick Check; native DORA views in some platforms; custom Dashboarding on OpenTelemetry or pipeline metadata
Anti-patternsGaming metrics, local optimization, comparing unlike systems, executive decks that start with four keys
ComplementsSPACE and flow metrics for developer experience; business KPIs for altitude

Definitions (practical):

  • Lead time for changes: elapsed time from code committed to successfully running in production.
  • Change failure rate: percentage of production changes that result in degraded service, rollback, or hotfix.
  • Failed deployment recovery time / MTTR: elapsed time from production failure to restored service for users.

Collecting honestly:

  • Define “deployment” and “failure” the same way across teams before comparing.
  • Split metrics by service or product line when architectures differ.
  • Review quarterly against last year, not against a static “elite” label from an old report.

References

Details

TopicNotes
ScopeSystem-level outcomes, not individual developer output
Data sourcesCI/CD events, deploy logs, incident records, VCS timestamps
ToolingDORA Quick Check; native DORA views in some platforms; custom Dashboarding on OpenTelemetry or pipeline metadata
Anti-patternsGaming metrics, local optimization, comparing unlike systems, executive decks that start with four keys
ComplementsSPACE and flow metrics for developer experience; business KPIs for altitude

Definitions (practical):

  • Lead time for changes: elapsed time from code committed to successfully running in production.
  • Change failure rate: percentage of production changes that result in degraded service, rollback, or hotfix.
  • Failed deployment recovery time / MTTR: elapsed time from production failure to restored service for users.

Collecting honestly:

  • Define “deployment” and “failure” the same way across teams before comparing.
  • Split metrics by service or product line when architectures differ.
  • Review quarterly against last year, not against a static “elite” label from an old report.

References