Overview Dashboard
The Overview tab on the Metrics page gives you a high-level snapshot of engineering performance. Filter by team, repository, and date range using the controls at the top.
Team Velocity
Section titled “Team Velocity”- PRs Merged — total pull requests merged in the selected period
- Time to First Review, Avg — average time from PR creation to the first review
- Time to Merge, Avg — average time from PR creation to merge
- Deployment Frequency — how often your team ships to production
Code Health
Section titled “Code Health”- Review Rate — percentage of merged PRs that received at least one review
- Hotfix Rate — percentage of merged PRs identified as hotfixes (see Hotfix Rates)
Click the expand arrow on the Hotfix Rate card to see the individual hotfix PRs in a table.
CI/CD Health
Section titled “CI/CD Health”- Total Minutes — total CI/CD pipeline execution time
- Minutes Wasted — time spent on failed workflow runs
- Retries Count — number of workflow re-runs
- Success Rate — percentage of workflow runs that passed
Cards with an expand arrow reveal the underlying pull requests or workflow runs that contributed to that metric.