zulily / gitlint

Apache License 2.0
1 stars 1 forks source link

DORA metrics needs a switch and functionality all its own #2

Open chadsy opened 3 years ago

chadsy commented 3 years ago

Make a DORA function that reports out, in a tool-composable and clean output way, the number of successful 'deployments' during a given time window.

chadsy commented 3 years ago

Also, looking at all the DORA metrics: number of deployments, number of rollbacks, the ratio of the two and time-to-detect (or time-to resolve). If a deployment is rolled back via gitlab, then we have all the information required to calculate those metrics (not necessarily time-to-detect but for sure time-to-mitigate). Include that information in the "evaluate deployments" method.