Question
DORA now utilizes five metrics to measure software delivery performance, grouped into two distinct factors:
Software Delivery Throughput
Change lead time: Time from code commit to successful production deployment.
Deployment frequency: How often application changes are deployed.
Failed deployment recovery time: Time to recover from a failed deployment.
Software Delivery Instability
Change fail rate: Percentage of deployments causing failures in production.
Deployment rework rate: Percentage of deployments that are unplanned work to fix bugs.
is there any plans to implement the fifth metric, Deployment rework rate?
Screenshots
If applicable, add screenshots to help explain.
Additional context
more info here: https://dora.dev/guides/dora-metrics/history/#from-four-keys-to-five-2024