Skip to content

Releases: webdevops/azure-metrics-exporter

24.2.0

29 Feb 22:58
Compare
Choose a tag to compare
  • switch to golang 1.22
  • update dependencies

23.12.0

13 Dec 21:46
Compare
Choose a tag to compare
  • auto-discover regions for /probe/metrics endpoint (#68, thanks to @jkroepke)
  • update deps

23.10.0

23 Oct 22:55
Compare
Choose a tag to compare
  • switch to golang 1.21
  • update dependencies

23.7.1

21 Jul 13:26
Compare
Choose a tag to compare
  • add support for metricNamespace on cross-resource queries (#54, thanks to @jkroepke)
  • add support for validateDimensions (#53, thanks to @jkroepke)
  • update dependencies

23.7.0

02 Jul 18:30
Compare
Choose a tag to compare
  • update dependencies
  • add subscriptionName as label

23.6.0

14 Jun 23:07
Compare
Choose a tag to compare
  • added metrics fetching on subscription scope (endpoint: /probe/metrics)
  • added workload identity auth support
  • added new tagmanager for resource tags (which also can inherit tags)
  • migrated to zap logger
  • update dependencies

22.9.0

18 Sep 00:06
Compare
Choose a tag to compare
  • update dependencies
  • update build system
  • embed templates directly into binary

22.8.0

08 Aug 18:45
Compare
Choose a tag to compare
  • switch to golang 1.19
  • 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.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