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
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) from 1.11.1 to 1.12.0. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases. sdk/azcore/v1.12.0 1.12.0 (2024-06-06) Features Added Added field StatusCodes to runtime.FetcherForNextLinkOptions allowing for additional HTTP status codes indicating success....
The logger-related arguments are getting ignored during the logger setup, since the logger setup happens _before_ the command line arguments are parsed, see: https://github.com/webdevops/azure-devops-exporter/blob/881f0f7a80f26d714459e2bc518ff7fca2249372/main.go#L39-L40 This is a regression caused by...
Hi all, i have the exporter running with our azure devops server and the data is exported into prometheus. Now I would like to draw some diagrams out of it,...
Bumps the all-go-mod-patch-and-minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) | `2.14.0` |...
This PR augments the `azure_devops_agentpool_agent_info` metric by adding the agent's computer name as a label. This can be useful for grouping agents by the server that they're running on for...
Hi, I'm not a Go developer by any means, but whilst browsing the AZDO REST API documentation, I noticed that all of the datetimes that it returns are always in...
As the official REST API for listing releases only supports returning up to 100 results per request (even with $Top values greater than 100), the API returns a continuation token...
Hi, I've recently setup this one in our K8s Cluster and found out some issues As you can see here, there are some metrics (specifically **build** and **agent** metrics) that...