Azure DevOps Data Stream Parameters
The Azure DevOps plugin provides configurable data streams to fetch build and release data and metrics.
Each configurable data stream exposes a set of parameters that lets you filter the data you retrieve. The following information describes the available configurable data streams and their parameters in detail.
Agent Pool Consumption (Microsoft-Hosted)
Returns usage analytics for a Microsoft-hosted agent pool, showing how much hosted build capacity is being consumed.
Agent Pool Consumption (Self-Hosted)
Returns usage analytics for a self-hosted agent pool, showing how hard your own build agents are working.
Agent Pool Diagnostic Logs
Returns diagnostic logs for an agent pool, for when jobs are queuing or agents are failing.
Analytics Query
Returns the result of an Azure DevOps Analytics query, for reporting across work items and pipelines.
Build Commits
Returns the commits included in specific builds, tying what shipped to what changed.
Build Runs
Returns builds triggered across your pipelines, with the outcome of each.
Commits
Returns code commits across repositories.
Pull Requests
Returns pull requests across the organization, both active and closed.
Release Runs
Returns release pipeline runs, with the progress and outcome of each.
If you experience timeouts with this data stream, try disabling Show tags, Show artifacts, and Show stages, as each adds additional API cost.
WIQL Query
Returns the work items matching a Work Item Query Language query, for when the filters on Work Items do not reach far enough.
Work Items
Returns work item detail for the objects in scope.
Work Items Saved Queries
Returns work items from a query already saved in Azure DevOps, so a dashboard reuses a query your team maintains.