Skip to content

Releases: webdevops/azure-devops-exporter

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

0.8.1

17 Dec 20:34
Compare
Choose a tag to compare
  • Add buildDefinitionID to all build metrics (easier queries)
  • Add releaseDefinitionID to all release metrics (easier queries)

0.8.0

16 Dec 19:16
Compare
Choose a tag to compare
  • Refactoring, breaking changes!
  • Use time based fetching of builds and releases (eg. last 48h)
  • Add stats metrics (eg. azure_devops_stats_project_release_duration)
  • Add resourceusage (builds, license)
  • Add export of WorkItem query results as metrics (thanks to @keremispirli )
  • Add user agent to all api calls
  • Use Azure DevOps API version 5.1 (some fixed versions still exists in code)
  • Switch to golang 1.13
  • Fixed several bugs

0.8.0-beta12

15 Dec 00:21
Compare
Choose a tag to compare

Fetch also builds per time (same behavior like releases)

  • Add env LIMIT_BUILD_HISTORY_DURATION
  • Add env LIMIT_RELEASE_HISTORY_DURATION (renamed from LIMIT_RELEASE_DURATION)
  • Add env LIMIT_BUILDS_PER_PROJECT