Deployment MonitorDeployment frequency is one of the key DORA metrics, and it enables you to measure your team's velocity. This extension adds a widget to your Dashboard that shows how often and how many times your application is deployed to each environment. To learn more about DORA, checkout this article. PreviewInstallThe extension can be installed from Azure DevOps Marketplace. CalculationThis extension calculates the deployment frequency based on the number of deployments records of a given environment in the last year, and it uses the below rule from this article to determine the frequency: "Deployment Frequency falls into the Daily bucket when the median number of days per week with at least one successful deployment is equal to or greater than three. To put it more simply, to qualify for “deploy daily,” you must deploy on most working days. Similarly, if you deploy most weeks, it will be weekly, and then monthly and so forth." ContributingThis project welcomes contributions and suggestions. Licensethis project is licensed under the MIT License - see the LICENSE file for details Other ExtensionsI'm also author of the following extensions, which you might find useful: |