Releases: webdevops/azure-metrics-exporter
Releases · webdevops/azure-metrics-exporter
21.8.0
- add metric namespace support
- add resourceType as convenience parameter (instead of filter)
- update go deps
21.5.4
- 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
- remove cache headers due to race condition
21.5.1
- add cache for service discovery (list of resources fetched by Azure API)
- deprecate loganalytics metrics, please migrate to azure-loganalytics-exporter
21.5.0
- 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
- fix wrong negative duration in metric
- add AZURE_ENVIRONMENT support
20.11.0
- 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
- 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
- remove debug output
- improve error logging
20.5.1
- Improve cache time reliability