Skip to content

aerospike/aerospike-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aerospike Monitoring Stack

This repo contains the contains examples for deploying the Aerospike Monitoring Stack including Grafana dashboards, Prometheus Aerospike server alerts and Prometheus Aerospike connector alerts

For more details about installing Aerospike Monitoring Stack see Aerospike see the product documentation.

Additional Plugin depedencies

Some of the dashboard depends on external grafana plugins to render the panels, each dashboard and the plug-in dependency is mentioned below

Multi-cluster-view dashboard

This dashboard uses 2 grafana external plugin

Installation

grafana-cli plugins install grafana-polystat-panel

Installation

grafana-cli plugins install jdbranham-diagram-panel

Examples for Testing

If you need to test dashboard changes the following examples will setup an Aerospike cluster, plus Prometheus, Grafana, and Alert Manager.

Easy single node Aerospike cluster

A single command is needed to deploy containers for the entire monitoring stack for a single node cluster.

$ cd examples/docker-compose
$ docker-compose up

See documentation.

Open Telemetry

Open Telemetry makes it easier to integrate with partner solutions like Datadog, New Relic, or Cloudwatch. See the OTEL reference architecture for more details.

AeroLab

Deploy monitoring stack using AeroLab. See documentation.