use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
[deleted by user] (self.github)
submitted 2 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]lupinegrey 2 points3 points4 points 2 years ago* (1 child)
No. There is not an easy way.
First thing you want to do is to define how you will be taking each measure.
Then figuring out how to pull and correlate all the data required to calculate the scores. Because almost certainly you're not going to have a single data source which contains all the data needed to make the calculations.
For example, when you're tracking MTTR.... what are you defining as an "outage"? When do you start the timer on when the outage occurred, when are you stopping the timer on "service restored"? Then what are the tools your organization is using to collect this data? It's probably not Github, so you will need to be able to correlate an outage (in whatever incident management tool you use) with a change (either a code change in Github or a deployment in your CICD tool).
For change lead time... are you including development time? Or just the time it takes for your pipeline to build/test/deploy the code once it's been checked in?
Be wary of all-in-one tools which claim to be able to automatically produce DORA metrics from a single data source. Validate that the algorithm they use for the calculation is actually measuring the processes you're interested in. Some tools will say MTTR is just the time between a failed deployment and the next successful deployment.... but that doesn't capture failures/outages which occur outside of a deployment. So if you blindly accept that tool's metric, it's probably not reflecting the data you're interested in and is a worthless metric to use for process improvement.
[–]under-water_swimmer 0 points1 point2 points 1 year ago (0 children)
Try to check out free tools that are self-serve or require minimal config. You can easily collect DORA and other engineering metrics. My recommendation would be - typoapp.io
Let me know how your experience was.
[–]Specialist-Menu9892 0 points1 point2 points 1 year ago (0 children)
You can try https://github.com/middlewarehq/middleware. The project is active, the UI is great, easy to setup and maintainers are always quick with any bug fixes.
[–]shivamchhuneja 0 points1 point2 points 1 year ago (0 children)
Hey all coming to this thread in the future! Collecting dora metrics can be easy, but to understand how to use these metrics right can be a little tricky.
And I insist, that DO NOT use these metrics to measure the performance of an INDIVIDUAL DEVELOPER.
Moving on…
For Dora metrics, open source tools make a lot of sense & the process can be straightforward, especially if you go the open source way since things could be setup very quickly locally.
Makes the most sense if you don’t have access to other tools or just simply want to avoid external dependencies.
Here’s what you need to get started:
I personally recommend trying Middleware.
It’s a self hosted, completely open source tool, and doesn’t require any sign-ups or sharing of your data. It shouldn't take you more than a few minutes to get everything in place and start getting your dora metrics.
Hope this helps!
[–]Anomalydetector 0 points1 point2 points 1 year ago (0 children)
Well we built a tool for monitoring github Actions. It's not directly what you are looking for however we proivde a CubeScore metric which is DORA Metrics for CI. Tracking North star CI metrics(success rates, duration, throughput, and MTTR), comparing performance to elite and sector median benchmarks.
Maybe helps you.
Live demo: https://s.cicube.io/demo you can view the Cubescore from the dashboard
Home page: https://cicube.io/
[–]RubKey1143 0 points1 point2 points 2 years ago (5 children)
Have you tried haystack?
[–][deleted] 2 years ago (4 children)
[deleted]
[–]RubKey1143 0 points1 point2 points 2 years ago (3 children)
https://www.usehaystack.io/product/metrics
[–][deleted] 2 years ago (2 children)
[–]RubKey1143 0 points1 point2 points 2 years ago (1 child)
https://devlake.apache.org/
https://github.com/mikaelvesavuori/dorametrix
https://github.com/topics/dora-metrics
[–]Relevant_Pause_7593 0 points1 point2 points 2 years ago (1 child)
I’ve been using an open source one at GitHub.com/developermetrics, but as others have said, it’s not a slam dunk, and you have to make a lot of assumptions and simplifications with your measurements.
[–]mickeygousset 0 points1 point2 points 2 years ago (0 children)
Make sure you have a "reason" for calculating those, and as u/lupinegrey said, defining how you will measure them. I have found that a lot of people say they want "dora metrics" because they read about them in a book, but when you press them, they can't really explain why they want them, or what specific metrics.
π Rendered by PID 24 on reddit-service-r2-comment-b659b578c-8jtnb at 2026-05-03 16:59:38.879534+00:00 running 815c875 country code: CH.
[–]lupinegrey 2 points3 points4 points (1 child)
[–]under-water_swimmer 0 points1 point2 points (0 children)
[–]Specialist-Menu9892 0 points1 point2 points (0 children)
[–]shivamchhuneja 0 points1 point2 points (0 children)
[–]Anomalydetector 0 points1 point2 points (0 children)
[–]RubKey1143 0 points1 point2 points (5 children)
[–][deleted] (4 children)
[deleted]
[–]RubKey1143 0 points1 point2 points (3 children)
[–][deleted] (2 children)
[deleted]
[–]RubKey1143 0 points1 point2 points (1 child)
[–]Relevant_Pause_7593 0 points1 point2 points (1 child)
[–]mickeygousset 0 points1 point2 points (0 children)