Time to deploy
Time to deploy is the average time between a pull request merge and deployment.
Summary
Time to deploy is one of the DORA metrics, key to understanding the health of a team’s deployment infrastructure. Measures the time it takes from pull request merge to deployment. Part of change lead time.
Example
If you merge a pull request at 2:10pm and it's deployed by 2:34pm, the time to deploy is 24 minutes.
Why it matters
Time to deploy helps measure how long it takes to deploy a release into a development, testing, or production environment. Measuring this metric can help improve deployment and delivery methods, processes, and tools.
Useful for understanding how much delay your current deployment process is causing in your deployment process.
How to use it
If you have a high time to deploy or have seen a recent increase, having a discussion with your team to understand the root cause behind this can help unlock key areas for improvement in your delivery.
Time to deploy is not available when using merged pull requests as the deployment source. For more information, see Deployment settings.
Where to find it
You can find time to deploy (as well as the other DORA metrics) under Metrics → DORA
Frequently asked questions
Why is my time to deploy 0?
The most common reasons are:
You're using merged pull requests as the deployment source. This is because we only know when the PR was merged but don't get any signal when it is in production. If you want to track time to deploy, you need to use another deployment source.
The deployment(s) don't have associated pull requests.
Last updated
Was this helpful?