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.
Some of the dashboard depends on external grafana plugins to render the panels, each dashboard and the plug-in dependency is mentioned below
This dashboard uses 2 grafana external plugin
Installation
grafana-cli plugins install grafana-polystat-panel
Installation
grafana-cli plugins install jdbranham-diagram-panel
If you need to test dashboard changes the following examples will setup an Aerospike cluster, plus Prometheus, Grafana, and Alert Manager.
A single command is needed to deploy containers for the entire monitoring stack for a single node cluster.
$ cd examples/docker
$ docker-compose up
See documentation.
Open Telemetry makes it easier to integrate with partner solutions like Datadog, New Relic, or Cloudwatch. See the OTEL reference architecture for more details.
Deploy monitoring stack using AeroLab. See documentation.