Developer's Guide to Hivel
Get started with Hivel by using this guide to know exactly what metrics to checkβand when to check them. Organized around key events and check-in times, this resource will guide you in monitoring the metrics that matter most, from daily cycle time reviews to quarterly performance benchmarks, making it easy to stay on track and continuously improve.
Key Event
What to Check
What to do
Missed Deadlines
1. PR Bottlenecks
Use the Pull Request Screen to check for PRs awaiting your review or merge, or PRs with 5+ days cycle time. <em>Prioritize reviews or break down large PRs into smaller ones. You can also escalate by adding more reviewers to the process.</em>
2. Cycle Time
Check the Process Screen to analyze whether long coding or review phases are contributing to missed deadlines.
3. Rework & Maintenance
On the Coding Screen, see how much of your effort went towards code churn.
4. Unplanned Completed Work
On the Delivery Accuracy screen, see how much unplanned ad-hoc work was completed in the last sprint, and how that affected your planned roadmap items.
New Feature Deployment
1. Deployment Frequency
Check Cockpit to ensure youβre deploying frequently (daily or weekly).
2. Change Failure Rate
Track failures in the Process Screen to see how often deployments require rollbacks or fixes. <em>If failure rates are high or deployments are few, work on improving testing and CI/CD processes.</em>
Critical Production Issue
1. Change Failure Rate
On the PR screen, see how many PRs were hotfix related, and see the trends on Cockpit.
2. MTTR (Mean Time to Restore)
Use the PR Screen to check how quickly production issues are resolved. <em>Work on improving your response time during production issues and ensure that reviews, even under pressure, are thorough to prevent future failures.</em>
3. Flashy Reviews
Review the PR Screen for any rushed, surface-level reviews.
Last updated
Was this helpful?