# Deployment Frequency

{% hint style="info" %}
⭐️ This metric is one of the [4 Key Metrics published by Google's DevOps Research and Assessment (DORA)](https://dora.dev/guides/dora-metrics-four-keys/) team.&#x20;

You can see all 4 key DORA metrics on the [DORA Metrics page](https://app.multitudes.co/DORA) of the Multitudes app.&#x20;
{% endhint %}

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

![Deployment Frequency chart](https://cdn.prod.website-files.com/610c8a14b4df1ae46b1a13a3/6493d20986f5aee5f1ff5741_Deplyoment%20Frequency.png)

**What it is:** This is [DORA's Deployment Frequency](https://cloud.google.com/blog/products/devops-sre/using-the-four-keys-to-measure-your-devops-performance), showing the median number of [successful attempts to deploy to production](/metrics-and-definitions/deployment-metrics.md) per person on a team, over time. *‍*

**Why it matters:** This is an indicator of the value we're providing to customers, because it shows the volume of work being released to production.

**How we calculate it:** We count the **number of successful attempts to deploy to production** in each time period, **divided by the number of people on the team**. This normalization is to allow benchmarking of teams against industry standards, regardless of team size.

{% hint style="warning" %}
**Notes:**

If you send us a deployment with only bot commits, and those bot commits were last updated before you installed our GitHub integration, those custom deployments will not show up in the data. This is because we don't retrieve bot commits during the initial historical data pull when you first onboard.

Commits that are authored by users who are not a [contributor](https://www.multitudes.co/help/login-access-permissions#data-inclusion-permissions) in Multitudes will be filtered out of results. If a deployment has no commits authored by Multitudes contributors, the whole deployment will be filtered out of results as we won't be able to attribute it to a Multitudes contributor nor their team.

If a deployment only has commits authored by bots, these will be included in the grey Organization line only.
{% endhint %}

{% hint style="success" %}
**What good looks like**

In Google's DORA research, the top 15% have a  `Deployment Frequency` that is on demand, with multiple deploys per day [(see DORA 2025](https://dora.dev/research/2025/)). If we call that one deploy per day per team, that’s 5 deploys per week in a 5-day workweek. We recommend keeping this metric over 2 deployments per person per week.
{% endhint %}


---

# 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/value-delivery/deployment-frequency.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.
