Avg. from merge to deploy
The average amount of time it takes for code changes to go from being merged into the main codebase to being deployed to production (where users can actually use the new features).
Where to find it
- Health > Benchmark > Add new metric
- Health > Team Insights > Add new metric
Interpretation
- Low Values (< 1 hour) - indicate a very fast deployment process, often driven by strong CI/CD automation, well-tested code, and solid DevOps practices. These processes should be maintained and continuously refined.
- Medium Values (1–4 hours) - reflect a reasonable deployment speed, typical for teams with some automation and a balanced focus on speed and safety. There may be manual steps, so further automation opportunities should be explored.
- High Values (> 4 hours) - suggest a slow deployment process, potentially caused by manual steps, infrastructure issues, or testing bottlenecks. These inefficiencies should be investigated and the deployment pipeline optimized.
Custom Dashboards
Don't forget you can anytime include any metric in your Custom Dashboards.
Updated about 24 hours ago