Skip to content

Aerospike Monitoring v2.3.0

Compare
Choose a tag to compare
@mphanias mphanias released this 03 Apr 13:19
239b02f

Description

NOTE: the v2.3.0 Grafana dashboards are not backwards compatible with servers older than 6.0.0.0.

  • Aerospike Monitoring Stack version 2.3.0 adds support for metrics introduced in Aerospike 6.3.
    NOTE: Aerospike Prometheus exporter 1.10.0 or greater must be used to get the Aerospike 6.3 metrics.

Features

  • Added 6.3 metrics:
    • Adds aerospike_sindex_used_bytes secondary index metric.
    • Adds aerospike_namespace_nsup_cycle_deleted_pct NSUP metric.
    • Adds aerospike_sets_stop_writes_size set level configuration.
  • Updated memory used panel in secondary index to consider aerospike_sindex_used_bytes or aerospike_sindex_memory_used as aerospike_sindex_memory_used is deprecated in Aerospike 6.3.
  • Added nsup metrics panel to Namespace view dashboard.
  • Added set level quotas panel to Namespace view dashboard.
  • Added a new dashboard displaying set level metrics.
  • Added a new dashboard displaying unique data usage.
  • Added 4 new prometheus alerts:
    • NamespaceSupervisorFallingBehind when NSUP is falling behind and/or display the length of time the most recent NSUP cycle lasted.
    • NamespaceFreeMemoryCloseToStopWrites when one of your Aerospike nodes memory is close to the stop writes limit configured for a namespace.
    • NamespaceSetQuotaWarning when one of your Aerospike nodes is at 80% of the quota you have configured on a set.
    • NamespaceSetQuotaAlert when one of your Aerospike nodes is at 99% of the quota you have configured on a set.