About DORA Metrics
DORA (DevOps Research and Assessment) metrics are industry-standard measures for software delivery performance.
This platform provides insights into the following DORA metrics:

⏱️ Lead Time for Changes

  • Definition: The average time taken from code committed to code successfully running in production. This metric helps teams understand how quickly they can deliver changes to users.
  • How it's calculated here: The platform calculates the average lead time for each service, team, and environment, based on deployment records within a selected date range.

🚀 Deployment Frequency

  • Definition: The number of deployments to production (or a given environment) in a specified period. This metric reflects how often new code is delivered.
  • How it's calculated here: The platform counts the number of deployments for each service, team, and environment within the selected date range.

⚠️ Change Failure Rate

  • Definition: The percentage of deployments that cause a failure in production (e.g., incidents, rollbacks).
  • How it's calculated here: The platform calculates the failure rate as the ratio of incidents to deployments for each service, team, and environment in the selected date range.

🛟 Mean Time to Recovery (MTTR)

  • Definition: The average time it takes to restore service after a failure.
  • How it's calculated here: The platform computes the average MTTR for each service, team, and environment, based on incident records within the selected date range.