DORA Metrics
Four key metrics used to measure software delivery and operational performance.
DORA Metrics (from the DevOps Research and Assessment team at Google) are four key metrics used to measure the performance of software engineering teams: Deployment Frequency, Lead Time for Changes, Change Failure Rate, and Mean Time to Restore (MTTR). Teams are classified as Elite, High, Medium, or Low performers based on their scores. These metrics help engineering leaders identify bottlenecks and prioritize improvements to their software delivery process.
Related Category
Compare Incident Management tools →Related Terms
The average time it takes to recover a system or service after a failure.
How often a team deploys code changes to production.
The percentage of deployments that cause a failure in production.
The time it takes from code commit to successfully running in production.