Files
pve-exporter/docs
lostakj 92e54418bc
Build Docker image on push / docker (push) Successful in 21s
Build and push Docker image on tag / docker (push) Successful in 22s
Align metric names with Prometheus naming conventions
Use base units, export cumulative values as _total counters, update docs, dashboards and rules.
2026-08-24 19:13:05 +02:00
..
2026-08-18 01:44:45 +02:00
2026-08-18 01:44:45 +02:00
2026-08-18 01:44:45 +02:00

PVE Exporter Documentation

PVE Exporter periodically collects monitoring data from the Proxmox VE HTTP API and stores the latest values in the Prometheus registry exposed at /metrics.

Guides

Important behavior

  • One exporter instance is intended for one standalone node or one PVE cluster.
  • Multiple configured API hosts provide redundant access to that same cluster.
  • Collection runs every proxmox.interval seconds independently of Prometheus scrapes.
  • Collector label sets that stop receiving updates are removed after five minutes.
  • The only application HTTP endpoint is /metrics.