Skip to content

Prometheus Exporter

For the complete documentation index see: llms.txt

All documentation pages available in markdown.

Overview

This page describes the Prometheus exporter, which provides real-time metrics for the Aerospike Graph Service (AGS).

Prometheus metrics

Prometheus Exporter provides the following metrics.

  • Java Virtual Machine (JVM) information, including memory usage and CPU usage.
  • Server information, including average query time.

For a complete list of available metrics, see the Metrics Reference

Prometheus configuration

The Prometheus Exporter runs on port 9090 by default with a default path of /metrics. You can override these defaults by setting the following environment variables or configuration options in your properties file:

aerospike.graph.http.port = <PORT-NUMBER>
aerospike.graph.prometheus.path = </path/to/prometheus>

GremlinServer metrics

The metrics available through GremlinServer are listed in the TinkerPop documentation.