Skip to content

Releases: webdevops/azure-resourcegraph-exporter

22.2.0

11 Feb 15:50

Choose a tag to compare

BREAKING CHANGES

  • implement azuretracing metrics (replaces azure_resourcegraph_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)

22.1.0

08 Jan 13:34

Choose a tag to compare

  • fix Azure environment support (eg AzureChinaCloud)
  • update go dependencies

21.10.0

13 Oct 10:57

Choose a tag to compare

  • fix parsing of null fields (metrics were missing)
  • update go dependencies

21.8.3

30 Aug 19:00

Choose a tag to compare

BREAKING CHANGE
null values are not creating/publishing metrics rows anymore, please ensure you set a value: 1 in metrics for info metrics

21.8.2

28 Aug 13:23

Choose a tag to compare

  • allow not published metrics (implement only submetric support)

21.8.1

28 Aug 12:43

Choose a tag to compare

  • switch to golang 1.17
  • update dependencies
  • fields with metric name can now create own metric rows (last one is not overwriting the last one anymore)

21.8.0

26 Aug 20:07

Choose a tag to compare

  • add additional label support for metrics
  • add gid in Dockefile
  • update dependencies

21.5.2

06 May 05:54

Choose a tag to compare

  • no changes to 21.5.1 (only retrigger github actions)

21.5.1

05 May 20:12

Choose a tag to compare

  • switch to golang 1.16
  • update dependencies

21.5.0

05 May 20:09

Choose a tag to compare

  • generall refactoring
  • improve metrics generation
  • add unit tests