Skip to content

Releases: webdevops/azure-metrics-exporter

25.12.0

Choose a tag to compare

@mblaschke mblaschke released this 21 Dec 14:52
7db4906
  • switch to golang 1.25
  • update dependencies
  • switch from zap logging to slog
  • skip auth envvar (#124, thanks to @blueprismo)
  • fips-compliant sha256 replacement (#126, thanks to @blueprismo)

25.5.0

Choose a tag to compare

@mblaschke mblaschke released this 01 May 17:24
4a0d2bf
  • switch to golang 1.24
  • update dependencies
  • add auto GOMAXPROCS limits
  • use the correct form of sha1.Sum (#111, thanks to @mcsaucy)
  • add detailed logging for responses in each handler (#110, thanks to @WhitneyLampkin)

24.9.1

Choose a tag to compare

@mblaschke mblaschke released this 15 Sep 18:35
  • allow lowercasing of dimension values (#90)

24.9.0

Choose a tag to compare

@mblaschke mblaschke released this 14 Sep 18:14
  • switch to golang 1.23 and update deps
  • add auto memlimit

24.2.0

Choose a tag to compare

@mblaschke mblaschke released this 29 Feb 22:58
  • switch to golang 1.22
  • update dependencies

23.12.0

Choose a tag to compare

@mblaschke mblaschke released this 13 Dec 21:46
  • auto-discover regions for /probe/metrics endpoint (#68, thanks to @jkroepke)
  • update deps

23.10.0

Choose a tag to compare

@mblaschke mblaschke released this 23 Oct 22:55
  • switch to golang 1.21
  • update dependencies

23.7.1

Choose a tag to compare

@mblaschke mblaschke released this 21 Jul 13:26
  • 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

Choose a tag to compare

@mblaschke mblaschke released this 02 Jul 18:30
  • update dependencies
  • add subscriptionName as label

23.6.0

Choose a tag to compare

@mblaschke mblaschke released this 14 Jun 23:07
  • 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