Releases: prometheus-community/elasticsearch_exporter
Releases · prometheus-community/elasticsearch_exporter
1.0.4rc1 / 20180817
[DOCUMENTATION] documentation updates
[FEATURE] add more index metrics
[FEATURE] add filesystem metrics
[FEATURE] add jvm buffer pool metrics
[FEATURE] add support for using the exporter behind reverse proxy (URL-prefixing)
[ENHANCEMENT] add linting to build chain and make project lint clean
1.0.3rc1 / 20180601
- [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
1.0.2 / 2018-01-09
1.0.2 / 2018-01-09
1.0.2rc2 / 2017-10-30
- [FEATURE]: add a ES role label to the node metrics
- [DOCUMENTATION]: various documentation improvements
- [BUGFIX]: fix miliseconds to seconds conversion
1.0.2rc1 / 2017-09-11
- [ENHANCEMENT] add index metrics
- [ENHANCEMENT] add cache metrics
- minor bugfixes and documentation
1.0.1 / 2017-07-24
1.0.0 / 2017-07-03
- [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.
1.0.0-rc1 / 2017-06-28
v1.0.0-rc1 Tag v1.0.0-rc1
0.3.3 / 2017-06-16
- [BUGFIX] Fix nil pointer exceptions [#61]