Skip to content

Releases: webdevops/azure-resourcemanager-exporter

22.2.1

14 Feb 22:38
Compare
Choose a tag to compare

BREAKING CHANGES

  • changed azuretracing metrics
    • renamed endpoint to apiEndpoint to avoid prometheus-operator label clash
    • fix not working autoreset for azuretracing
    • add tenantID
    • includes the regression fix

22.2.0

11 Feb 14:46
Compare
Choose a tag to compare

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
  • using alpine as build system and strip debug symbols (smaller container image)
  • added autodetect of latest complience report

22.1.1

30 Jan 14:27
Compare
Choose a tag to compare
  • fix dead link in README (@dohnto)
  • fix typo in azurerm_consumtion_* metrics (breaking change!, #11 , @dohnto)
  • update dependencies

22.1.0

08 Jan 13:08
Compare
Choose a tag to compare
  • fix Azure environment support (eg AzureChinaCloud, thanks to @amirschw)
  • fix register quotaUsage metric (#7, thanks to @amirschw)
  • update dependencies

21.10.1

11 Oct 19:53
Compare
Choose a tag to compare

add additional labels to azurerm_resource_info and azurerm_resourcegroup_info

azurerm_resource_info:

  • add label resourceName
  • add label location
  • add label provisioningState

azurerm_resourcegroup_info:

  • add label provisioningState

21.10.0

05 Oct 18:04
Compare
Choose a tag to compare
  • add cost reporting (from 21.9.0-beta*)
  • readded azurerm_publicip_info metric (from 21.9.0-beta*)
  • fix panic for resource health collector
  • update dependencies
  • set gid in dockerfile

21.8.0

28 Aug 18:26
Compare
Choose a tag to compare

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

03 May 17:43
Compare
Choose a tag to compare
  • bugfixes

21.5.0

02 May 18:44
Compare
Choose a tag to compare
  • 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

20.11.1

24 Nov 20:21
Compare
Choose a tag to compare
  • add basic vmss information
  • enable docker arch linux/arm and linux/ppc64le in build
  • improved lint