Skip to content

Releases: webdevops/azure-metrics-exporter

22.7.0-beta

31 Jul 14:49
Compare
Choose a tag to compare
22.7.0-beta Pre-release
Pre-release
  • migrate to new azure-sdk-for-go
  • filter or resourceType not required for single resource probe (thanks to @ruben-rodriguez)
  • optimize ResourceGraph query to one API call for all subscriptions (thanks to @j-sokol)
  • update dependencies
  • improve build workflow

22.5.0

22 May 18:19
Compare
Choose a tag to compare
  • switch to golang 1.18
  • switch to go-common (and add AZURE_AUTH=az for azurecli auth)
  • fix webui content-security-policy bug with firefox
  • disable caching for metric requests
  • update dependencies

22.3.0

20 Mar 17:02
Compare
Choose a tag to compare

breaking changes

  • added resource tags for metrics (thanks to @tesharp)
  • use go-prometheus-common for resourceid parsing and normalized prometheus labels (no more uppercased resourcegroups)
  • replace resource tag handling with go-prometheus-common (use eg. tagname?toLower to enforce lowercase tag values)
  • removed ppc docker image
  • update dependencies
  • add CSP header for webui

22.2.2

14 Feb 22:24
Compare
Choose a tag to compare
  • fix regression with env var METRIC_AZURERM_API_REQUEST_LABELS not using apiEndpoint value

22.2.1

14 Feb 22:16
Compare
Choose a tag to compare

BREAKING CHANGES

  • changed azuretracing metrics
    • renamed endpoint to apiEndpoint to avoid prometheus-operator label clash
    • fix not working autoreset for azuretracing
    • add tenantID

22.2.0

11 Feb 11:36
Compare
Choose a tag to compare

BREAKING CHANGES

  • implement azuretracing metrics (replaces azurerm_ratelimit metric in /probe* endpoints)
    • add azurerm_api_ratelimit metric on /metrics endpoint
    • add azurerm_api_request* metrics on /metrics endpoint
  • using alpine as build system and strip debug symbols (smaller container image)

22.1.0

08 Jan 16:16
Compare
Choose a tag to compare
  • fix typos in webui
  • update go dependencies

21.8.3

28 Aug 13:50
Compare
Choose a tag to compare
  • switch to golang 1.17
  • update dependencies
  • set gid in Dockerfile

21.8.2

27 Aug 17:29
Compare
Choose a tag to compare
  • fix possible segmentation violation (fixes #12)

21.8.1

04 Aug 19:20
Compare
Choose a tag to compare
  • add flag for lowercase resourceid