Releases: webdevops/azure-resourcemanager-exporter
Releases · webdevops/azure-resourcemanager-exporter
22.2.1
22.2.0
BREAKING CHANGES
- implement azuretracing metrics (replaces
azurerm_ratelimit
metric)- add
azurerm_api_ratelimit
metric on/metrics
endpoint - add
azurerm_api_request*
metrics on/metrics
endpoint
- add
- using alpine as build system and strip debug symbols (smaller container image)
- added autodetect of latest complience report
22.1.1
22.1.0
21.10.1
21.10.0
21.8.0
THIS RELEASE CONTAINS BREAKING CHANGES
- switch to golang 1.17
- update dependencies
- remove several resource metrics, please switch to (azure-resourcegraph-exporter)[https://github.com/webdevops/azure-resourcegraph-exporter] (it supports custom Kusto queries and doesn't consume Azure API calls)
- add cost/budget metrics (Beta!, disabled by default)
- add flag for lowercase resourceids
- azure security recommendations are using the count as value (can be bigger then 1)
- fixed serveral issues
- general refactoring and cleanup
21.5.1
21.5.0
- switch to golang 1.16
- update dependencies
- deprecreate metrics which can be replaced by
azure-resourcegraph-exporter
(metrics can be easily customized) - improve azure api ratelimit metric
- add AZURE_ENVIRONMENT support (for eg. azure china)
- refactoring, bugfixes