Skip to content

Aerospike Monitoring v1.3.0

Compare
Choose a tag to compare
@spkesan spkesan released this 03 Jun 23:00
· 99 commits to master since this release

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.