DEV Community

Jonathan Hall
Jonathan Hall

Posted on • Originally published at jhall.io on

Introducing DORA the DevOps Engineer

The book Accelerate summarizes the several years of DevOps research done by the DevOps Research and Assessment (DORA) team, up to 2018, and provided us with four key metrics that are shown to indicate performance of a software development team.

For those of you who have not read the book, I want to introduce these four metrics, often called simply the “DORA metrics”:

  • Deployment Frequency — How often an organization successfully releases to production
  • Lead Time for Changes — The amount of time it takes a commit to get into production
  • Change Failure Rate — The percentage of deployments causing a failure in production
  • Time to Restore Service — How long it takes an organization to recover from a failure in production

Do you know how your team is performing across these four areas?


If you enjoyed this message, subscribe to The Daily Commit to get future messages to your inbox.

Billboard image

Deploy and scale your apps on AWS and GCP with a world class developer experience

Coherence makes it easy to set up and maintain cloud infrastructure. Harness the extensibility, compliance and cost efficiency of the cloud.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay