> 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/dora-metrics-introduction/deployment-frequency-df.md).

# Deployment Frequency (DF)

## Deployment Frequency Metric Definition

This measures how often code changes are deployed to production.

## Deployment Frequency Formula

Number of successful deployments to production per day.

{% code overflow="wrap" %}

```
Deployment Frequency = [Number of Successful Deployments To Production] / [Days in the selected period]
```

{% endcode %}
