notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

DORAMetrics.md (433B)


      1 # DORA Metrics
      2 
      3 **Source:** [https://dora.dev](https://dora.dev)
      4 
      5 **Definition:** The DORA metrics are a set of metrics, defined by the DevOps Research and Assessment team, run by Google cloud, that are meant to aid in understanding devops team productivity and success.
      6 
      7 ## Metrics
      8 
      9 1. Deployment frequency
     10 2. Lead time for changes
     11     - How long does it take from code -> production
     12 3. Change failure rate
     13 4. Mean time to recovery