Total Time: PRs Merge → Deploy
The total amount of time (in seconds) that all pull requests took from when they were successfully merged into the main codebase until they were deployed to production (live environment where users can access the changes).
Interpretation
- Low Values (e.g., < 1 hour / PR) indicates very fast deployment process, automated deployment pipeline, good CI/CD practices, typical for modern DevOps teams with automated deployments. Verify deployment quality and stability.
- Medium Values (e.g., 1-4 hours / PR) is a reasonable deployment time, typical for teams with some automation but manual approval steps. Look for opportunities to further automate.
- High Values (e.g., > 4 hours / PR) - slow deployment process may indicate: manual deployment processes, complex approval workflows, infrastructure bottlenecks, testing delays or release coordination issues.
Custom Dashboards
Don't forget you can anytime include any metric in your Custom Dashboards.
Updated about 24 hours ago