klesh opened a new issue, #2853: URL: https://github.com/apache/incubator-devlake/issues/2853
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement. ### Description The [DORA metrics](https://cloud.google.com/blog/products/devops-sre/using-the-four-keys-to-measure-your-devops-performance) are very popular these days, but they are quite complicated to calculate. In order to support DORA metrics, I suggest that we create a plugin to do the job. The plugin would contain 4 subtasks 1. `calcDeploymentFreq` for **Deployment Frequency** 2. `calcChangeLeadTime` for **Change Lead Time** aka **Lead Time for Changes** 3. `calcChangeFailureRate` for **Change Failure Rate** 4. `calcMeanTimeToRestore` for **Mean Time To Restore Service** ### Use case measuring DevOps quality and efficiency ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
