Releases: braedon/prometheus-es-exporter
Releases · braedon/prometheus-es-exporter
0.14.1
Fixes:
- [104] Count objects in mappings field counts
- Don't log successful Elasticsearch requests by default
0.13.1
Fixes:
- [87] Don't parse the
_default_
mapping type in pre ES7 servers
0.13.0
Enhancements:
- [81] Add concurrent query execution support (thanks @hemanthkini)
- [85] Support for custom HTTP headers (thanks @rg2011)
0.12.0
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
Fixes:
- [75] Fix issue where a query metric going missing would cause an error (thanks @nithyashree675)
0.11.1
Fixes:
- [73] Fix nodes stats parsing for AWS managed Elasticsearch clusters
0.11.0
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
Enhancements:
- [68] Add a metric for the count of mapped fields by index and field type
0.9.0
Enhancements:
- [63] Enable loading all configuration options from a file (thanks @RobertKirk)