azure-devops-exporter
azure-devops-exporter copied to clipboard
Prometheus exporter for Azure DevOps (VSTS) including agent pools, builds, releases, deployments, pullrequests and repo stats
We have a use case where we need to get the wait time of the jobs in a pool We also are looking for a way to get wait time...
Hi, Thanks for the initiative, nicely written golang, only unittests missing 😉 I was trying out the exporter and checking the metrics, while question araised regarding labels for the metrics...
Would it be possible to get the number of tests ran during a build?
I am trying to retrieve all agents and see if they have a currently assigned request, however if I join the two metrics: ``` azure_devops_agentpool_agent_info + on(agentPoolAgentID) group_left() (azure_devops_agentpool_agent_job) ```...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) from 1.10.0 to 1.11.1. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases. sdk/azcore/v1.11.1 1.11.1 (2024-04-02) Bugs Fixed Pollers that use the Location header won't consider http.StatusRequestTimeout a terminal failure. runtime.Poller[T].Result...
This PR adds the capability extract metrics from build tags. In our case we use bazel and would like to have bazel cache hits as a metric, the solution we...
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0. Release notes Sourced from go.uber.org/zap's releases. v1.27.0 Enhancements: #1378[]: Add WithLazy method for SugaredLogger. #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility...
Hi, I'm using azure_stats_project_builds metric to count the number of succeded builds in a specific project for a specific builddefinitionid, however I'm observing that count returned in this metrics is...
Hi, My team would like to display the pull requests creation time on our dashboard. Since it's already available in the response do I think its a nice and quick...