Releases: webdevops/azure-resourcemanager-exporter
Releases · webdevops/azure-resourcemanager-exporter
25.5.0
- switch to golang 1.24
- update dependencies
- add auto GOMAXPROCS limits
- replace old yaml package
25.2.0
- fix wrong quota values (#83, thanks to @fiferrando)
- update dependencies
24.9.0
- switch to golang 1.23 and update deps
- add auto gomemlimit
- add budget metrics by scope (subscriptions/billing account) and budget forecast metric (#102, thansk to @kevindelmont)
Breaking changes:
- configuration file changed for budgets
24.2.0
- switch to golang 1.22
- add reservation metics and exportType for costs (#87, thanks to @PaulPowershell)
- update dependencies
23.12.0
- added data in ISO format as label (#66, thanks to @jkroepke)
- switch to golang 1.21
- update dependencies
- shorten useragent for full version in armclient
- add serviceprincipal and app tags
23.6.0
breaking changes
- introduced config file instead of environment variable based configuration for more flexibility and complex configuration
- renamed/removed metric
azurerm_securitycenter_compliance
, see azurerm_defender_*
- renamed metric
azurerm_advisor_recommendation
to azurerm_defender_advisor_recommendation
- renamed metrics
azurerm_consumtion_bugdet_*
to azurerm_costs_bugdet_info
- introduced custom cost queries, there is NO default queries active
- added metrics
azurerm_graph_serviceprincipal_*
- added workload identity auth support
- migrated to zap logger
- added caching which saves metric data in local filesystem, Azure StorageAccounts or ConfigMaps for faster restarts
- added new tagmanager for resource and resoruceGroup tags (which also can inherit tags)
22.11.0
- add colllector lock to prevent reading unfinished collector metrics
- update deps (fixes china connectivity with msgraph api)
- switch to armauthorization/v2
22.9.1
- disable summary label in azurerm_resource_health by default (please enable using
RESOURCEHEALTH_SUMMARY_MAXLENGTH
env
var)