Library designed to extract metrics from various sources
Git as Single Source of Truth for key metrics like DORA
- Metrics are only extracted from the main branch
- Metrics are based on lightweight tags
- semver pattern must be honored
- Consistent way of tagging must be used:
- CI/CD pipeline to avoid manual tagging
- Tag commits when operations are performed ( e.g. deployments )
- Metrics must be useful, don't cheat yourself
More doc