Skip to content

Releases: webdevops/azure-metrics-exporter

21.8.0

04 Aug 18:27
Compare
Choose a tag to compare
  • add metric namespace support
  • add resourceType as convenience parameter (instead of filter)
  • update go deps

21.5.4

13 May 14:40
Compare
Choose a tag to compare
  • overall refactoring
  • removed LogAnalytics functionality (please migrate to azure-loganalytics-exporter)
  • add metric name template system
  • update information and examples in readme
  • update dependencies

(replaced 21.5.3 which was skipped)

21.5.2

10 May 18:19
Compare
Choose a tag to compare
  • remove cache headers due to race condition

21.5.1

09 May 12:08
Compare
Choose a tag to compare
  • add cache for service discovery (list of resources fetched by Azure API)
  • deprecate loganalytics metrics, please migrate to azure-loganalytics-exporter

21.5.0

01 May 14:49
Compare
Choose a tag to compare
  • update golang to 1.16
  • update dependencies
  • add azurerm_ratelimit metric (Azure read ratelimit) for non cached probes (if caching is enabled metrics are only published when cache expired and Azure API is used)

21.1.0

28 Jan 21:08
Compare
Choose a tag to compare
  • fix wrong negative duration in metric
  • add AZURE_ENVIRONMENT support

20.11.0

16 Nov 18:57
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)
  • switch from master to main branch

20.8.0

16 Aug 15:22
Compare
Choose a tag to compare
  • switch to golang 1.15
  • update dependencies
  • update golangci-lint to 1.130.0
  • Add makefile target build-push-development
  • Implement logrus as logger
  • Improve overall logging
  • Implement proper azure cloud environment support

(switched from master to main branch)

20.5.2

28 May 20:47
Compare
Choose a tag to compare
  • remove debug output
  • improve error logging

20.5.1

28 May 20:43
Compare
Choose a tag to compare
  • Improve cache time reliability