Skip to content

Releases: webdevops/azure-devops-exporter

22.7.0

30 Jul 20:15
Compare
Choose a tag to compare
  • 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)

21.8.1

28 Aug 21:45
Compare
Choose a tag to compare
  • switch to golang 1.17
  • update dependencies

21.8.0

09 Aug 17:53
Compare
Choose a tag to compare
  • renamed AZURE_DEVOPS_FILTER_AGENTPOOL to AZURE_DEVOPS_AGENTPOOL
  • added possibility to load access token from file via AZURE_DEVOPS_ACCESS_TOKEN_FILE
  • added organization to host url for on premise installations
  • updated dependencies

21.5.0

04 May 16:37
Compare
Choose a tag to compare
  • fixed bug with vsrm client
  • add azure_devops_agentpool_usage metric (percentage 0-1)
  • switch to golang 1.16
  • update dependencies
  • smaller improvements

20.11.0

16 Nov 20:54
Compare
Choose a tag to compare
  • update golang dependencies
  • image now build by GitHub actions and pushed to Docker Hub and Quay
  • switch to multi arch build (amd64 & arm64)
  • rename master to main branch

20.8.1

23 Aug 20:02
Compare
Choose a tag to compare
  • Configurable project limit (number of projects)

20.8.0

23 Aug 19:55
Compare
Choose a tag to compare
  • Switch to Calendar Versioning with YY.MM.MICRO format (year, month, increment)
  • switch to golang 1.15 and update dependencies
  • Add /healthz endpoint
  • implement logrus logging
  • improve logging
  • logging in Docker container switched to json by default
  • Add build and release success summary metric
  • add azure_devops_stats_project_builds_success
  • add azure_devops_stats_project_release_success
  • Add build agent queue length (waiting queue)

0.8.4

05 Feb 22:43
Compare
Choose a tag to compare
  • Fix wrong scrape time use
  • Add releaseName label to deployments
  • Add order for releases and build history (fetching from azure devops api)

0.8.3

24 Dec 12:34
Compare
Choose a tag to compare
  • Build fix

0.8.2

23 Dec 21:03
Compare
Choose a tag to compare
  • Added build/release status metric with type succeeded
    • 0 -> failed run
    • 1 -> successful run