Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 722 Bytes

the-dora-four-metrics.md

File metadata and controls

27 lines (15 loc) · 722 Bytes

Dora 4 Metrics

if you cannot measure it, you cannot improve it" - Peter Drucker.

DORA

According to research elite high performing teams have significantly higher count of code deployments, lead time is faster, recover faster, and have a lower failure rate.

Throughput

  • Cycle time - less than one day
  • Deployment frequency - on-demand, many times per day

Stability

  • Failure rate - 0-15%
  • Time to restore - less than one hour

Definitions

Lead Time

The total elapsed time from point when a user story enters the backlog. Until the time it is completed - including the time spent waiting in the backlog

Cycle Time

The time it takes for a story to go from being "in progress" to Done.