mirror of https://gitee.com/bigwinds/arangodb
628 B
628 B
layout | description |
---|---|
default | Metrics |
Metrics
The ArangoDB Kubernetes Operator (kube-arangodb
) exposes metrics of
its operations in a format that is compatible with Prometheus{:target="_blank"}.
The metrics are exposed through HTTPS on port 8528
under path /metrics
.
Look at examples/metrics{:target="_blank"}
for examples of Services
and ServiceMonitors
you can use to integrate
with Prometheus through the Prometheus-Operator by CoreOS{:target="_blank"}.