Azure DevOps Pipeline PerformanceThis extension evaluates pipeline metrics. This extension can be found at the project settings page. Agent Pools The time between 'build is queued' and 'build is started' is an indication of agent pool resource usage. The Pipeline Performance Agents Pools tab shows an aggregation of the wait times with respect to hosted and self-hosted agent pools. The Azure DevOps Agent Pool Jobs listing. The extension uses the the Azure DevOps Rest Api for builds. The build objects response contains an AgentPoolQueue object. This AgentPoolQueue object specifies the AgentPool that the build was started on. The extension therefore does not show the 'correct' information when multiple This situation has been discussed here [https://developercommunity.visualstudio.com/t/build-list-rest-api-the-field-queuename-and-queuep/1125141]. Notes:
|