Analytics transform raw GitHub data into something you can actually read. Instead of scrolling through commit logs, you get dashboards that show you where the activity is, who’s driving it, and what’s getting stale.
Analytics Dashboard
The main dashboard gives you a high-level pulse of the organization:
- Activity trends — how contributions fluctuate over days, weeks, and months
- Repository health — which repos are active and which are gathering dust
- Contributor engagement — how many unique people are active across projects
Detailed Views
Repository Analytics
Drill into a specific repository. See its contribution distribution over time, activity spikes, and who’s working on what. Useful for understanding whether a repo is thriving or needs attention.
Contributor Profiles
View an individual’s contribution profile — their primary repos, activity frequency, and impact areas. Good for recognition, performance reviews, or just understanding who does what.
Heatmaps and Timelines
- Contribution heatmap — a visual grid of activity intensity across the year (like GitHub’s own contribution graph, but for your org)
- Activity timeline — a chronological feed of major events and contributions
Data freshness
Analytics are built from periodic snapshots of the org’s GitHub data. A background sync job runs during the installation snapshot cycle to keep things up to date without hammering the GitHub API. You can monitor sync status from the administration panel.
For technical details on how data flows through the pipeline, see Scoring Overview.
Related
- Contributor Leaderboards — ranking contributors, repos, and teams
- Scoring Overview — how signals are collected and scored
- Database Schema — tables backing the analytics views