Throughput tracks the number of pull requests merged per week. It is the simplest measure of how much work your team is completing and shipping.Documentation Index
Fetch the complete documentation index at: https://docs.periscope.sh/llms.txt
Use this file to discover all available pages before exploring further.
What Periscope tracks
Periscope counts merged PRs from your monitored GitHub repositories. The dashboard shows:- Total PRs merged in the selected time period
- Average PRs per week
- Weekly breakdown showing the merge count for each week
How it works
Periscope counts merged PRs per week from your monitored GitHub repositories.Interpreting the data
- Consistent throughput week over week is a sign of healthy, predictable delivery.
- Sudden drops may indicate blockers, team holidays, planning sprints, or context switching.
- Gradual decline could signal accumulating tech debt, increasing PR size (fewer but larger PRs), or reduced team capacity.
- Spikes often correspond to deadline-driven work or sprint boundaries.
Throughput vs deployment frequency
| Metric | What it counts | Tells you… |
|---|---|---|
| Throughput | Merged PRs per week | How much code is being completed |
| Deployment frequency | Production deploys per week | How much code is reaching users |