Elasticsearch Exporter Versions Save

Elasticsearch stats exporter for Prometheus

v1.0.3rc1

5 years ago
  • [BUGFIX] update prometheus alerting rule example to v2 format
  • [ENHANCEMENT] Add formatting option for logger
  • [ENHANCEMENT] Add shard-level document count (can be toggled out)
  • [ENHANCEMENT] Add OS CPU usage metric
  • [ENHANCEMENT] Add skip-ssl-verify option
  • [ENHANCEMENT] Add node-level current merge metrics

v1.0.2

6 years ago

1.0.2 / 2018-01-09

  • [ENHANCEMENT] Add index metrics [#85] [#116] [#118]
  • [ENHANCEMENT] Add cache metrics [#88]
  • [ENHANCEMENT] Add documentation for the example dashboard [#84]
  • [ENHANCEMENT] Expose load averages [#113]
  • [BUGFIX] Fix role detection [#105] [#110]
  • [BUGFIX] Fix indexing calls and time metrics [#83]

v1.0.2rc2

6 years ago
  • [FEATURE]: add a ES role label to the node metrics
  • [DOCUMENTATION]: various documentation improvements
  • [BUGFIX]: fix miliseconds to seconds conversion

v1.0.2rc1

6 years ago
  • [ENHANCEMENT] add index metrics
  • [ENHANCEMENT] add cache metrics
  • minor bugfixes and documentation

v1.0.1

6 years ago
  • [ENHANCEMENT] Add exporter instrumentation [#78]
  • [BUGFIX] Exclude basic auth credentials from log [#71]
  • [BUGFIX] Fix missing node store size metric

v1.0.0

6 years ago
  • [ENHANCEMENT] Rewrite the codebase to reduce redundancy and improve extensibility [#65]
  • [ENHANCEMENT] Add examples for Grafana and Prometheus [#66]
  • [BREAKING] Removed several duplicate or redundant metrics [#65]

WARNING: This release has breaking changes, please double check your alerts and dashboards after upgrading. Some redundant metrics were removed. If you miss some of the filesystem metrics please have a look at the recording rules in the examples folder.

v1.0.0-rc1

6 years ago

v0.3.3

6 years ago
  • [BUGFIX] Fix nil pointer exceptions [#61]

v0.3.2

6 years ago
  • [ENHANCEMENT] Further health metrics [#60]
  • [ENHANCEMENT] Change time metrics to seconds [#58]
  • [ENHANCEMENT] Support client certificates [#21]
  • [BUGFIX] Fix query cache metrics [#16]

v0.3.1

6 years ago

This patch release bundles up miscellaneous changes.