Overview
Change Failure Rate is one of the four key DORA metrics. It measures the quality of the release process. A high rate suggests that the testing and validation stages of the pipeline are insufficient.
Calculation
Change Failure Rate = (Number of failed changes) / (Total number of changes)
How to Improve
- Automated Testing: Increase coverage and reliability of tests.
- Smaller Changes: Reduce the complexity and risk of each deployment.
- Better Staging Environments: Ensure staging closely matches production.