Aerospike Monitoring Stack version 2.0.0 was released on June 10, 2022.
- The version 2.0.0 Grafana dashboards are not backwards compatible with Aerospike servers older than 6.0.0.0.
- Aerospike Monitoring version 2.0.0 adds support for many new Aerospike 6.0 metrics in the Grafana dashboards, like the following:
- Primary index queries.
- Secondary Index queries.
- Batch sub transactions. (non proxied)
- Add overall reads/writes (client_read/write_success + batch_sub_read/write_success) to cluster, node, and namespace dashboards.
- New job information such as job type.
- si-query and pi-query latencies.
- Add memory_used stats to SIndex dashboard, remove the many SIndex metrics dropped in Aerospike Server version 6.0.
- Remove any mention of scans.
- Other miscellaneous changes. See pull request 33 for more details.
New Features
- [TOOLS-2044] - Display Aerospike 6 metrics.