Time to deploy
Time to deploy is the average time between a pull request merge and deployment.
Last updated
Was this helpful?
Time to deploy is the average time between a pull request merge and deployment.
Last updated
Was this helpful?
Time to deploy is one of the , key to understanding the health of a team’s deployment infrastructure. Measures the time it takes from pull request merge to deployment. Part of .
If you merge a pull request at 2:10pm and it's deployed by 2:34pm, the time to deploy is 24 minutes.
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.
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 as the deployment source. For more information, see .
You can find time to deploy (as well as the other DORA metrics) under Metrics → DORA
The most common reasons are:
You're using 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 .
The deployment(s) don't have .