Skip to content

Aerospike Prometheus Exporter v1.4.0

Compare
Choose a tag to compare
@spkesan spkesan released this 01 Aug 19:00
· 92 commits to master since this release

Improvements

  • [TOOLS-1740] - Export all histogram buckets by default for latency metrics
    • Adds new configuration latency_buckets_count to control number of buckets to be exported
      • Default: 0 (export all buckets)
      • Example, latency_buckets_count=5 will export first five buckets i.e. <=1ms, <=2ms, <=4ms, <=8ms and <=16ms