# Deployment Analytics (DORA Metrics)

## What are DORA Metrics?

[DORA (DevOps Research and Assessment)](https://devops-research.com/) [metrics](https://oobeya.io/dora-metrics-four-key/) are a set of metrics that measure the performance of DevOps practices and processes in organizations. The metrics include [lead time, deployment frequency, mean time to restore, change failure rate](https://oobeya.io/dora-metrics-four-key/), and they aim to provide a comprehensive view of an organization’s ability to deliver value to customers. Learn more about DORA Metrics [here](https://oobeya.io/blog/how-to-measure-dora-metrics-accurately/).

## DORA Metrics Definitions

1. **Lead Time For Changes:** The amount of time it takes a commit to get into production.
2. **Deployment Frequency:** How often an organization successfully releases to production. High-performing software teams release often and in small batches.
3. **Change Failure Rate:** The percentage of deployments causing a failure in production.
4. **Time to Restore Service:** How long it takes an organization to recover from a failure in production.

## Oobeya DORA Metrics - Why Oobeya is the best DORA tracking tool? :star:

Oobeya developed a mechanism for calculating [DORA Metrics](https://oobeya.io/dora-metrics-four-key/) across platforms/tools (VCS, CICD, and APM-Incident Management tools) so that any organization can accurately and effortlessly track the journey of a commit from development to production deployment.&#x20;

Furthermore, no changes to workflows or pipelines are required; Oobeya seamlessly integrates with existing tools to calculate DORA metrics.

<figure><img src="https://3582076375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGIlBSTjQtZxUoFwUx4%2Fuploads%2F3GVaVfH1I1wvjoykKkh0%2Fimage.png?alt=media&#x26;token=adebbd31-2865-49aa-bd2d-70d02dc4cb15" alt=""><figcaption><p>Oobeya DORA Metrics</p></figcaption></figure>

## DORA Metrics Blog Posts :books:

[How to Measure DORA Metrics Accurately? ](https://oobeya.io/blog/how-to-measure-dora-metrics-accurately/)

> DORA metrics are quite popular in the industry. However, working with them is extremely difficult. Let’s take a look at how your company can calculate and track DORA Metrics to gain complete visibility into complex delivery cycles.

[How To Reduce Lead Time For Changes (Optimizing DORA Metrics)](https://oobeya.io/blog/how-to-reduce-lead-time-for-changes-dora-metrics/)

> In this article, we will take a closer look at one of [DORA Metrics](https://oobeya.io/dora-metrics-four-key/), **Lead Time For Changes** (Change Lead Time), and how it can be reduced to optimize software development and delivery processes.

[DORA Metrics Tracking: How to Effectively Detect Production Failures](https://oobeya.io/blog/dora-metrics-tracking-how-to-effectively-detect-production-failures/)

> Detecting production failures is the most critical and challenging component of tracking DORA metrics. While it can be challenging, organizations can overcome these challenges by using the right tools and following best practices.

## How-to Docs :bookmark\_tabs:

{% content-ref url="../deployment-analytics/how-to-calculate-dora-metrics-for-github" %}
[how-to-calculate-dora-metrics-for-github](https://docs.oobeya.io/deployment-analytics/how-to-calculate-dora-metrics-for-github)
{% endcontent-ref %}

{% content-ref url="../deployment-analytics/how-to-calculate-dora-metrics-for-azure-devops" %}
[how-to-calculate-dora-metrics-for-azure-devops](https://docs.oobeya.io/deployment-analytics/how-to-calculate-dora-metrics-for-azure-devops)
{% endcontent-ref %}

{% content-ref url="deployment-analytics-dora-metrics/how-to-start-deployment-analytics-dora-metrics-for-an-existing-gitwiser-analysis" %}
[how-to-start-deployment-analytics-dora-metrics-for-an-existing-gitwiser-analysis](https://docs.oobeya.io/gitwiser-repo-analytics/deployment-analytics-dora-metrics/how-to-start-deployment-analytics-dora-metrics-for-an-existing-gitwiser-analysis)
{% endcontent-ref %}

{% content-ref url="../team-health/updating-team-scorecard-configuration-to-display-dora-metrics" %}
[updating-team-scorecard-configuration-to-display-dora-metrics](https://docs.oobeya.io/team-health/updating-team-scorecard-configuration-to-display-dora-metrics)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.oobeya.io/gitwiser-repo-analytics/deployment-analytics-dora-metrics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
