Skip to content

Releases: aerospike/aerospike-monitoring

Aerospike Monitoring v2.0.0

10 Jun 17:36
ed85df9
Compare
Choose a tag to compare

Description

NOTE: the v2.0.0 Grafana dashboards are not backwards compatible with servers older than 6.0.0.0.
Aerospike Monitoring v2.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 server6.0.
  • Remove any mention of scans.
  • Other miscellaneous changes. See pull request 33 for more details.

Features

  • [TOOLS-2044] - Display Aerospike 6 metrics.

Aerospike Monitoring v1.4.0

13 Mar 19:08
a2a96a7
Compare
Choose a tag to compare

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

Aerospike Monitoring v1.3.2

07 Sep 10:22
Compare
Choose a tag to compare

Improvements

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

Aerospike Monitoring v1.3.1

15 Jun 20:16
Compare
Choose a tag to compare

Improvements

  • Add Exporters View dashboard to track status of all Aerospike Prometheus Exporter targets

Fixes

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

Aerospike Monitoring v1.3.0

03 Jun 23:00
Compare
Choose a tag to compare

Features

  • [PROD-1742] - Added support for user statistics (Users View dashboard)
    • Per-user statistics are available in Aerospike 5.6+.

Improvements

  • [PROD-1774] - Add new connections opened/closed statistics introduced in 5.6
    • client_connections_opened
    • client_connections_closed
    • heartbeat_connections_opened
    • heartbeat_connections_closed
    • fabric_connections_opened
    • fabric_connections_closed
  • [PROD-1775] - Add new all flash statistics introduced in 5.6
    • index_flash_alloc_bytes
    • index_flash_alloc_pct
  • Add other new metrics introduced in 5.6,
    • memory_used_set_index_bytes
    • fail_client_lost_conflict
    • fail_xdr_lost_conflict
    • threads_joinable
    • threads_detached
    • threads_pool_total
    • threads_pool_active

Fixes

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

Aerospike Monitoring v1.2.1

27 Jan 23:03
f451061
Compare
Choose a tag to compare

Improvements

  • Added DC nodes metric to XDR dashboard

Aerospike Monitoring v1.2.0

16 Nov 13:11
078c612
Compare
Choose a tag to compare

Features

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

Improvements

  • [TOOLS-1591] - Make datasource configurable through a dashboard variable (Thanks to @realmgic 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.

Fixes

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

Aerospike Monitoring v1.1.1

31 Aug 16:29
Compare
Choose a tag to compare

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.

Fixes

  • Refresh variables on time range change.

Aerospike Monitoring v1.1.0

27 Jul 08:33
Compare
Choose a tag to compare
  • 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.
  • Remove aerospike_node_info metric as per Aerospike Prometheus Exporter v1.1.0.
  • Show primary index usage for namespaces using index-type flash or pmem.
  • Increase default Grafana refresh rate to 1m.
  • Fix primary index usage panel to show values in MiB/GiB.

Aerospike Monitoring v1.0.0

27 Jul 08:24
5630c9f
Compare
Choose a tag to compare
  • Initial Release