DeveloperMetrics / DevOpsMetrics

A project to extract and process high performing DevOps metrics (DORA) from GitHub and Azure DevOps
MIT License
239 stars 43 forks source link

Github Actions For MTTR and Change Failure Rate not present #1034

Closed shubham-elanco closed 1 month ago

shubham-elanco commented 5 months ago

Want to understand that are github actions available for MTTR and Change Failure Rate?

samsmithnz commented 4 months ago

@shubham-elanco They aren't present because these are much more difficult to measure with Actions - where as the first two are related to CI, and hence a little easier to capture.

Does that make sense?