Forum Discussion
Has anyone implemented the DORA metrics on top of Azure Devops Services?
We use Azure DevOps Server 2020 on-prem. Specifically, Azure Git Repos and Azure Pipelines.
Now we would like to collect the DORA metrics, but first would like to check if anyone using Azure DevOps has done it already.
Maybe there is an extension that helps implement it. Maybe 3rd party integration. In general, sharing your experience with DORA metrics and Azure DevOps may be very valuable.
Thank you.
- MeghaSTamvadaCopper Contributor
markkharitonov Full disclosure, I work for a company that has been providing DORA metrics for Azure DevOps. You will not only get the 4 key metrics but also insights into where the bottlenecks are.You can sign up for a free trial at www.propelo.ai
Megha Tamvada
- markkharitonovCopper Contributor
MeghaSTamvada - I will have a look. Thank you.
- raguckasCopper Contributor
MeghaSTamvada We re running complex and big CI/CD infrastructure on-prem by using AzureDevOps . Is you mentioned service "propelo" capable to collect Dora metrics ? Can in be installed and used on our infrastructure instead of cloud ?
- JashmanCopper ContributorHey markkharitonov. Hope you are well. Did you manage to set up and implement the DORA metrics on Azure DevOps? I am working on something similar and would like to get some insights on what others have done. Let me know your thoughts. Thanks
- markkharitonovCopper Contributor
Jashman We did not actually implement the DORA metrics. Instead we created a build that examines all the release deployments and builds that have happened since the last scan using the REST API and then sends the information to a dedicated AppInsights bucket.
We do some kind of data massaging to better suite our needs. Once the data is in AppInsights we have some dashboards on top of it.
The build is scheduled to run every 4 hours.
So that was our in-house solution.
- JashmanCopper ContributorThanks markkharitonov