Skip to content

Releases: aerospike/aerospike-prometheus-exporter

Aerospike Prometheus Exporter v1.1.1

01 Aug 04:18
5487eac
Compare
Choose a tag to compare

Fixes

  • Tolerate older configurations - metrics' _whitelist and _blacklist

Aerospike Prometheus Exporter v1.1.0

27 Jul 08:13
Compare
Choose a tag to compare

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 to ape.toml.
  • Update docker image entrypoint script and config files,
    • Add log_file config.
    • Remove update_interval unused config.
    • Fix password config.
  • Cleanup unused configurations

Initial Release

05 Mar 00:26
457ffcc
Compare
Choose a tag to compare
Merge pull request #6 from citrusleaf/update-docker-for-config

Adjusted docker file and readme for new agent with config file