Metrics
The ArangoDB Kubernetes Operator (kube-arangodb
) exposes metrics ofits operations in a format that is compatible with Prometheus.
The metrics are exposed through HTTPS on port 8528
under path /metrics
.
Look at examples/metricsfor examples of Services
and ServiceMonitors
you can use to integratewith Prometheus through the Prometheus-Operator by CoreOS.
Furthermore, the operator can run sidecar containers for ArangoDBdeployments of type Cluster which expose metrics in Prometheus format.Use the attribute spec.metrics
to set this up see the specreference for details.