Releases: webdevops/azure-devops-exporter
Releases · webdevops/azure-devops-exporter
24.9.0
- switch to golang 1.23 and update dependencies
- add automemlimit
- split arg init and arg parse, fix init order (#95, thanks to @moredatapls)
- add buildDefinitionID to agentPoolBuildWait (#101, thanks to @akorsos)
- allow fetching all builds and other than completed (#102, #94, thanks to @Breee)
Important
I've lost access to Azure DevOps (ADO) instance so i cannot provide proper support anymore.
The exporter will still be updated but don't expect active development.
Also Microsoft seems to have lost interest in ADO in favor of GitHub, the development of ADO actions has
nearly stopped, they don't fix use of deprecated Azure APIs and even features which are supported in
GitHub for a long time are not backported to ADO.
24.6.0
- update dependencies
- fix an issue where the resty clients weren't initialized correctly (#89, thanks to @moredatapls)
- add metrics from tags (#83, thanks to @gucaldeira)
24.3.0
24.2.0
23.2.0
22.9.0
22.8.0
22.7.0
- switch to golang 1.18
- update dependencies
- make AZURE_DEVOPS_AGENTPOOL optional (collect all agentpools)
- add servicediscovery (caching of project list)
- update build system (dockerbased crosscompiling)
- add azure_devops_api_request histogram metric (request tracing)
- bugfixes (thanks to @pge-bw)
- add result label for buildStatus metric (thanks to @pge-bw)