GnoseedGnoseed
DevOps · Flashcard

What is the denominator of DORA's change fail rate?

Why this is the answer

Change fail rate is the share of deployments that require immediate intervention — a rollback, a fix forward, a patch — so the denominator is every deployment attempted, which is what stops a team from improving the ratio by deploying less. Incidents include causes other than deployments, commits are not deployments, and rejected change requests never reached production at all.

Read more in the docs
Study in Gnoseed →