# DORA

Track DORA metrics to measure and enhance your software delivery performance objectively.\
They provide actionable insights to identify bottlenecks, enabling faster, more stable, and reliable value delivery to your users.

<div align="left" data-full-width="true"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2FbeduqMh5yQ2paf3T9TRb%2FScreenshot%202025-06-03%20at%2012.26.13%E2%80%AFAM.png?alt=media&#x26;token=83d2ec8d-4dc0-4dfd-a9c0-2a37ec145174" alt=""><figcaption></figcaption></figure></div>

Here are 4 key DORA metrics to consider:

### [Cycle Time](https://typo.gitbook.io/typo-help-docs/engineering-metrics/dora/pr-cycle-time)

The cycle time is the average duration that Pull requests spend in different stages of the pipeline, including "**Coding**," "**Pickup**," "**Review**," and "**Merge.**"

### [Deployment Frequency](https://typo.gitbook.io/typo-help-docs/engineering-metrics/dora/deployment-frequency)

Deployment Frequency reflect how frequently your organization successfully releases code to production per week.

### [Change Failure Rate(CFR)](https://typo.gitbook.io/typo-help-docs/engineering-metrics/dora/change-failure-rate)

This refers to the proportion or percentage of deployments that result in failure or errors, indicating the rate at which changes negatively impact the stability or functionality of the system.\
Since the definition of Failure is specific to teams, this metric can be configured in multiple ways.&#x20;

### [Mean Time to Recovery (MTTR)](https://typo.gitbook.io/typo-help-docs/engineering-metrics/dora/mean-time-to-restore)

The average time taken to recover from a service or system failure. A lower MTTR indicates a robust and resilient system.

#### **Smart AI-based summary -**&#x20;

On top, you will see a card with the summary of your overall Metrics, suggesting the immediate actionables.

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2F6Q4ZF9vfSURU4Gqbk2Ah%2FScreenshot%202025-06-03%20at%2012.32.43%E2%80%AFAM.png?alt=media&#x26;token=47b19496-92bc-4b17-affc-4947419ba2c2" alt=""><figcaption></figcaption></figure></div>


---

# 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://typo.gitbook.io/typo-help-docs/platform/metrics/dora.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.
