Skip to content

Releases: braedon/prometheus-es-exporter

0.14.1

10 Jun 13:32
Compare
Choose a tag to compare

Fixes:

  • [104] Count objects in mappings field counts
  • Don't log successful Elasticsearch requests by default

0.14.0

18 Nov 09:17
Compare
Choose a tag to compare

Enhancements:

0.13.1

12 Nov 07:08
Compare
Choose a tag to compare

Fixes:

  • [87] Don't parse the _default_ mapping type in pre ES7 servers

0.13.0

30 Sep 04:43
Compare
Choose a tag to compare

Enhancements:

  • [81] Add concurrent query execution support (thanks @hemanthkini)
  • [85] Support for custom HTTP headers (thanks @rg2011)

0.12.0

15 Sep 08:21
Compare
Choose a tag to compare

Enhancements:

  • [80] Allow limiting indices included in indices stats when using indices mode (thanks @thenextfreelancer)

Fixes:

  • Actually raise errors when certain invalid CLI option combinations are used

0.11.2

09 Aug 08:19
Compare
Choose a tag to compare

Fixes:

  • [75] Fix issue where a query metric going missing would cause an error (thanks @nithyashree675)

0.11.1

14 Jul 10:09
Compare
Choose a tag to compare

Fixes:

  • [73] Fix nodes stats parsing for AWS managed Elasticsearch clusters

0.11.0

03 Jul 11:36
Compare
Choose a tag to compare

Enhancements:

  • [32] Add helm chart (thanks @alexppg)
  • [71] Add metric for index aliases

Fixes:

  • Fix issue where main config file is required even when queries are disabled

0.10.0

23 Jun 07:10
Compare
Choose a tag to compare

Enhancements:

  • [68] Add a metric for the count of mapped fields by index and field type

0.9.0

13 May 16:26
Compare
Choose a tag to compare

Enhancements:

  • [63] Enable loading all configuration options from a file (thanks @RobertKirk)