# 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: 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/deployment-analytics.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.
