Aerospike Prometheus Exporter version 1.4.0 was released on August 2, 2021.
Improvements
- [TOOLS-1740] - Export all histogram buckets by default for latency metrics.
- Adds new configuration
latency_buckets_count
to control the number of buckets to be exported.- Default:
0
(export all buckets) - Example:
latency_buckets_count=5
will export the first five buckets i.e.<=1ms
,<=2ms
,<=4ms
,<=8ms
and<=16ms
.
- Default:
- Adds new configuration