Prometheus Exporter
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](/database/reference/metrics
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.