Skip to content

Instantly share code, notes, and snippets.

@PatOShea
Created May 22, 2015 04:53
Show Gist options
  • Save PatOShea/b409ec538ba40badb935 to your computer and use it in GitHub Desktop.
Save PatOShea/b409ec538ba40badb935 to your computer and use it in GitHub Desktop.
Metrics to Possibly Track
METRICS
=======
https://docs.google.com/spreadsheets/d/1_vI-3T7czp3f4FpKYIrulGwLOo8c6AOMPLXJflgJDn8/edit?usp=sharing
People / Process / Technology
- Deployment / Change Frequency
- Change Volume (number of US/lines of code)
- Change Lead Time (dev -> deploy)
- Change Failure Rate
- Mean Time to Recover (MTTR)
- Customer Ticket Volume
- % Change in User Volume (new users, subscriptions)
- Availability
- Performance (Response Time)
Level 1
- Performance
- #Servers/Admin
- Line of Code/Developer
- Integration
- # of deploys / day
Diagnostics
- Automated test coverage
- Codebase properties: duplication, cyclomatic complexity, coupling, style
- Number of defects
- Velocity
- Number of commits/day
- builds/day
- % failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment