mvisonneau / gitlab-ci-pipelines-exporter

Prometheus / OpenMetrics exporter for GitLab CI pipelines insights
Apache License 2.0
1.27k stars 240 forks source link

Feature request: add support for DORA metrics #469

Open dbluxo opened 2 years ago

dbluxo commented 2 years ago

An organization's software delivery performance can be assessed with sufficient accuracy using just four key metrics (Lead Time, Deploy Frequency, Time to Restore, Change Failure Rate). These metrics have also become known as DORA metrics (DORA: DevOps Research and Assessment).

I think the exporter could collect all relevant information and provide these 4 metrics.

What do you think?

References:

jmcruz1983 commented 2 years ago

Any update here?

oszlak commented 5 months ago

any update here?

mvisonneau commented 5 months ago

If anyone has idea on how to implement such a feature feel free to. I have myself no clue if this is even possible with the current data returned by the GitLab API 🤷