# Deployment Failure Rate

{% hint style="warning" %}
Note: this metric is **only shown at a team level**, not an individual level.
{% endhint %}

![Deployment Failure Rate](https://cdn.prod.website-files.com/610c8a14b4df1ae46b1a13a3/64927f6d16eed3fa15a901d1_Deployment%20Failure%20Rate%20\(1\).png)

**What it is:**  The percentage of [attempts to deploy to production](/metrics-and-definitions/deployment-metrics.md) that failed (or timed out).&#x20;

{% hint style="warning" %}
Note this currently is only available if you’re using the [GitHub Actions integration](/integrations/github-actions.md). If you’re using the [Deployments API](about:/help/apis#deployments), for now we only receive successful deploy attempts. In the future, we may also accept indicators of failed attempts to calculate failure rate.
{% endhint %}

**Why it matters:** `Deployment failure rate` directly impacts the efficiency of your system. High failure rates can delay feature releases, bug-fixes and contribute to frustration and stress among developers.  This can also divert developers attention away from focus work and contribute to distractions.

Ideally, potential failures are caught in earlier testing environments, like `dev` and `staging`. If Deployment failure rate is high, it might mean there is not enough test coverage, or the checks you go through before triggering a prod deploy are missing some areas of the code.

**How we calculate it:** This rate measures failed attempts to deploy to production (which includes time outs) divided by attempts that either were successful or failed, for clarity on how this is defined, review [here](/metrics-and-definitions/deployment-metrics.md).


---

# 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.multitudes.com/metrics-and-definitions/process-metrics/quality-of-work/deployment-failure-rate.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.
