Releases: aerospike/aerospike-prometheus-exporter
Releases · aerospike/aerospike-prometheus-exporter
Aerospike Prometheus Exporter v1.1.1
Fixes
- Tolerate older configurations - metrics'
_whitelist
and_blacklist
Aerospike Prometheus Exporter v1.1.0
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. - Reuse connections to aerospike node.
- Package Aerospike Prometheus Exporter as
.rpm
/.deb
/.tar
. - Add
trace
level logging.
Fixes
- Fix glob pattern regex used for metric allowlist and blocklist.
Other Changes
- Rename configurations
_whitelist
to_allowlist
. - Rename
aeroprom.conf.dev
toape.toml
. - Update docker image entrypoint script and config files,
- Add
log_file
config. - Remove
update_interval
unused config. - Fix
password
config.
- Add
- Cleanup unused configurations
Initial Release
Merge pull request #6 from citrusleaf/update-docker-for-config Adjusted docker file and readme for new agent with config file