Releases: webdevops/azure-resourcegraph-exporter
Releases · webdevops/azure-resourcegraph-exporter
21.10.0
- fix parsing of null fields (metrics were missing)
- update go dependencies
21.8.3
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
- allow not published metrics (implement only submetric support)
21.8.1
- 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
- add additional label support for metrics
- add gid in Dockefile
- update dependencies
21.5.2
- no changes to 21.5.1 (only retrigger github actions)
21.5.1
- switch to golang 1.16
- update dependencies
21.5.0
- generall refactoring
- improve metrics generation
- add unit tests
21.2.4
- rename metric azure_resourcegraph_query_request_count to azure_resourcegraph_query_requests
21.2.3
- fix filter chain issue with regexp
- rename azure_resourcegraph_querytime to azure_resourcegraph_query_time
- add azure_resourcegraph_query_results
- add azure_resourcegraph_query_request_count