The Insights page shows delivery trends for the repositories in your workspace. Use it to spot bottlenecks, compare periods, and add context to the PR work you see in Console and Pulse.
Available charts
Merged PRs over time
A bar chart showing how many PRs were merged per day in the selected time window.
Commits over time
A bar chart showing commit volume from push activity across your connected repositories.
PR merge time
A line chart showing the rolling 7-day average time from PR open to merge. Rising values usually mean review or CI is taking longer.
Open PR age
A line chart showing the rolling 7-day average age of open PRs. Long-lived PRs often signal stalled work, unclear ownership, or merge conflicts.
Lines modified
A bar chart showing the amount of code churn in the selected window using merged PR data plus push activity.
Language distribution
A pie chart showing the breakdown of programming languages across your connected repositories. This gives you a quick overview of your technology stack composition.
Filtering
All charts share the same filters:
- Repository — Focus on one or more repositories.
- Time range — View the last 7 days, last 30 days, or a custom range.
Using insights effectively
- Track merge velocity weekly to ensure your team is shipping consistently.
- Monitor PR merge time to catch review bottlenecks early.
- Watch open PR age for stale work that needs follow-up.
- Compare lines modified and merge volume to see whether output is steady or bunched into spikes.
- Use language distribution to understand the code mix inside a workspace.