Deployment frequency
How often successful changes reach production.
Measured as: Count of successful production deployments per day in the selected window.
Common causes
- Large batches and long-lived branches
- Manual release gates or change-advisory bottlenecks
- Flaky or slow deploy pipelines
- Environment drift blocking safe promotion
Levers that help
- Team habit
Ship in smaller PRs with trunk-based or short-lived branches.
- Platform investment
Automate promote-to-prod for green main builds where policy allows.
- Team habit
Fix the slowest deploy step (build, test, approval) measured in Deploy analytics.