Skip to content

Releases: braedon/prometheus-es-exporter

0.8.0

26 Mar 13:47
Compare
Choose a tag to compare

Enhancements:

  • [60] Add new metrics for the three cluster/index/shard status colours

0.7.0

07 Jan 07:37
Compare
Choose a tag to compare

Breaking Changes:

Enhancements:

  • Add support for python 3.7
  • Optimise Dockerfile

0.6.0

25 Oct 08:57
Compare
Choose a tag to compare

Enhancements:

  • [50] Add the --config-dir option (thanks @weasellin)
  • [51] Add support for client cert & key (thanks @sojoner)

0.5.2

06 Aug 11:21
Compare
Choose a tag to compare

Fixes:

  • [41] Fix parsing of hits total for ES7+ (thanks @giganteous)
  • [42] Fix parsing of aggregations that return non-numeric values (thanks @giganteous)

0.5.1

06 Feb 09:42
Compare
Choose a tag to compare

Fixes:

  • Fix memory leak in docker image.

0.5.0

22 Sep 02:34
Compare
Choose a tag to compare

Enhancements:

0.4.4

16 Apr 06:15
Compare
Choose a tag to compare

Fixes:

  • Detect and replace disallowed characters in metric names and label keys

0.4.3

23 Aug 08:30
Compare
Choose a tag to compare

Fixes:

  • Parse node-level index metrics from nodes stats

0.4.2

22 Jun 06:46
Compare
Choose a tag to compare

Fixes:

  • Replace syntax that is incompatible with Python 3.4

0.4.1

22 Jun 06:37
Compare
Choose a tag to compare

Fixes:

  • Allow changing the timeouts used when fetching cluster metrics
  • Log cluster metric fetch timeouts as warnings, rather than errors
  • Report whether a cluster metric fetch succeeded via a metric, see here for why