Skip to content

Releases: webdevops/azure-loganalytics-exporter

22.9.0

17 Sep 23:03
Compare
Choose a tag to compare

22.2.1

14 Feb 22:46
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 16:18
Compare
Choose a tag to compare
  • implement azuretracing metrics
    • 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 15:13
Compare
Choose a tag to compare
  • update go dependencies

21.10.0

13 Oct 10:57
Compare
Choose a tag to compare
  • fix parsing of null fields (metrics were missing)
  • update go dependencies

21.8.1

30 Aug 19:03
Compare
Choose a tag to compare
  • fix null value parsing (metrics will not be published anymore)

21.8.0

28 Aug 13:33
Compare
Choose a tag to compare
  • switch to golang 1.17
  • update dependencies
  • update kusto config parser with proper sub metric support and possibility to skip metrics (for only sub metric support)
  • add ingestion latency example with sub metrics and not published main metric

21.5.5

10 May 10:05
Compare
Choose a tag to compare
  • fix channel deadlock

21.5.4

09 May 11:17
Compare
Choose a tag to compare
  • added dynamic workspace queries (via /probe/workspace endpoint)
  • added servicediscovery for workspaces (via /probe/subscription endpoint)
  • added cache for servicediscovery
  • added status and last successfull query metric for workspaces/query to global metrics
  • added parallel workspace queries
  • refactoring
  • update golang dependencies

21.5.3

07 May 06:06
Compare
Choose a tag to compare
  • fix usage of multiple workspace IDs in environment (seperated by space)
  • improve logging when using multiple workspaces