Aerospike Monitoring Stack Release Notes

  • 2.2.0
    Release Date: August 26, 2022
    • The version 2.2.0 Grafana dashboards are not backwards compatible with Aerospike servers older than 6.0.0.0.
    • Aerospike Monitoring Stack version 2.2.0 adds support for metrics introduced in Aerospike 6.1.
    • Aerospike Prometheus Exporter version 1.8.0 or greater must be used to get the Aerospike 6.1 metrics.

    New Features

    • [TOOLS-2087] - Add server 6.1 metrics.
      • Adds aerospike_xdr_bytes_shipped.
      • Adds aerospike_sindex_entries_per_bval.
      • Adds aerospike_sindex_entries_per_rec.
    • [TOOLS-2132] Replace latency panels with heat map and percentiles.

  • 2.1.0
    Release Date: July 19, 2022
    • The version 2.1.0 Grafana dashboards are not backwards compatible with Aerospike servers older than 6.0.0.0.
    • Aerospike Monitoring Stack version 2.1.0 adds support for the batch-index latency metrics aerospike_latencies_batch_index_us_bucket and aerospike_latencies_batch_index_us_count.
    • Aerospike Prometheus Exporter version 1.7.0 or greater must be used to get the batch-index latency metrics.

    New Features

    • [TOOLS-2069] - Add batch-index latency panels.

  • 2.0.0
    Release Date: 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.

  • 1.4.0
    Release Date: March 14, 2022

    New Features

    • [TOOLS-1956] - Add Jobs View and Secondary Index View dashboards
      • [TOOLS-1946] - Add support for per-job scan and query statistics
      • [TOOLS-1947] - Add support for secondary index statistics

  • 1.3.2
    Release Date: September 7, 2021

    Improvements

    • [TOOLS-1785] - Add new metrics introduced in Aerospike 5.7.

  • 1.3.1
    Release Date: June 15, 2021

    Improvements

    • Adds "Exporters View" dashboard to track status of all Aerospike Prometheus Exporter targets.

    Bug Fixes

    • [TOOLS-1721] - Fixes incorrect status of the exporters and Aerospike nodes in the "Node View" dashboard.

  • 1.3.0
    Release Date: June 4, 2021

    New Features

    Improvements

    Bug Fixes

    • Fixed 90th percentile latency computation in Latency View dashboard to not use rate(). Thanks to @ashangit for the contribution.

  • 1.2.1
    Release Date: January 27, 2021

    Improvements

    • Added DC nodes metric to XDR dashboard.

  • 1.2.0
    Release Date: November 16, 2020

    New Features

    • [TOOLS-1589] - Migrate dashboards to Grafana 7.

    Improvements

    • [TOOLS-1591] - Make datasource configurable through a dashboard variable. Thanks to realmgic (Zohar) for the contribution.
    • [TOOLS-1588] - Alert when 'close to' stop writes, when node is proxying and when XDR lag is above a threshold.
    • [TOOLS-1590] - Add Prometheus' docker swarm service discovery config to the example.

    Bug Fixes

    • [TOOLS-1592] - Fix units for "Failure rate" panel in Namespace view.

  • 1.1.1
    Release Date: August 31, 2020

    Improvements

    • Use latency time unit in queries to support Aerospike's microsecond histograms. Add variable for latency time unit to Latency View and Node Overview dashboards.

    Bug Fixes

    • Refresh variables on time range change.

  • 1.1.0
    Release Date: July 27, 2020

    New Features

    • Add description info to each dashboard panel.
    • Add clock_skew_stop_writes to Namespace View and Cluster View dashboards.
    • Add dashboard support for the new latency metrics change in Aerospike Prometheus Exporter v1.1.0.
    • Show primary index usage for namespaces using index-type flash or pmem.

    Improvements

    Bug Fixes

    • Fix primary index usage panel to show values in MiB/GiB.