Aerospike Prometheus Exporter version 1.1.0 was released on July 27, 2020.
This release adds new features, improvements, and a bug fix.
New Features
- Add support for using a
blocklist
to filter metrics. - Export latency metrics as Prometheus histograms.
Improvements
- Remove accumulated metric
aerospike_node_info
to prevent cardinality explosion. - Re-use connections to aerospike node.
- Improve logging. Add
trace
level logging. - Rename configurations
_whitelist
to_allowlist
.
Bug Fixes
- Fix glob pattern regex used for metric allowlist and blocklist.