> For the complete documentation index, see [llms.txt](https://docs.oobeya.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oobeya.io/deployment-analytics.md).

# DORA Metrics

- [DORA Metrics Introduction](https://docs.oobeya.io/deployment-analytics/dora-metrics-introduction.md): Learn about DORA Metrics & Oobeya Deployment Analytics.
- [Lead Time For Changes (LTC)](https://docs.oobeya.io/deployment-analytics/dora-metrics-introduction/lead-time-for-changes-ltc.md)
- [Deployment Frequency (DF)](https://docs.oobeya.io/deployment-analytics/dora-metrics-introduction/deployment-frequency-df.md)
- [Change Failure Rate (CFR)](https://docs.oobeya.io/deployment-analytics/dora-metrics-introduction/change-failure-rate-cfr.md)
- [Mean Time To Restore Service (MTTR)](https://docs.oobeya.io/deployment-analytics/dora-metrics-introduction/mean-time-to-restore-service-mttr.md)
- [Failure Detection (For Change Failure Rate & MTTR)](https://docs.oobeya.io/deployment-analytics/failure-detection-for-change-failure-rate-and-mttr.md): Oobeya sets the health status of each deployment by using four methods: manual health status setting, API call, hotfix pattern detection, and tracking incidents from APM/Incident Management tools.
- [How To Calculate DORA Metrics for GitHub](https://docs.oobeya.io/deployment-analytics/how-to-calculate-dora-metrics-for-github.md): Oobeya tracks deployment pipelines and calculates accurate DORA Metrics from commit to prod deployment (not PR Merged). No changes required to pipelines; effortlessly integrates with current tools.
- [How To Calculate DORA Metrics for Azure DevOps](https://docs.oobeya.io/deployment-analytics/how-to-calculate-dora-metrics-for-azure-devops.md): Oobeya tracks deployment pipelines and calculates accurate DORA Metrics from commit to prod deployment (not PR Merged). No changes are required to pipelines; simply integrate with current tools.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.oobeya.io/deployment-analytics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
