I'm looking for a ADO extension that would provide a dashboard contain data that can be use to create metrics. We have 150+ pipelines that I want to track.
Asked
Active
Viewed 286 times
1 Answers
0
I found a "Build Metrics Widget" which may fit your requirements.
For more relevant extensions, you can check out this search results.
What's more, in Azure DevOps, there are some built-in widgets for pipelines.
Chart for build history: Shows the build history of a selected build definition.
Deployment status: Shows the depolyment and test status of a branch across the enviornments in your release definitions.
Release pipeline overview: Shows the status of enviornments in a release definition.
Requirements quality: Shows the quality of requirement(s) associated to automated tests.
For detailed information of these widgets, please click Azure Pipelines widgets.

Jane Ma-MSFT
- 4,461
- 1
- 6
- 12
-
Thanks, this is helpful, I'm looking a dashboard that will display all my release pipelines and its latest status through each stage (i.e. uat, prod) and also provide a total number of deployments to production. – ADO RM Oct 01 '20 at 16:37
-
@ADO RM Sorry for the late reply. I went through almost all of the widgets for pipelines. None of the widgets can fulfill your requirements. Would you mind a less intuitive approach, such as the release interface or REST API? – Jane Ma-MSFT Oct 07 '20 at 06:52