prometheus-varnish-exporter
Prometheus exporter for Varnish
Install
- All systems
-
curl cmd.cat/prometheus-varnish-exporter.sh
- Debian
-
apt-get install prometheus-varnish-exporter
- Ubuntu
-
apt-get install prometheus-varnish-exporter
- Kali Linux
-
apt-get install prometheus-varnish-exporter
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install prometheus-varnish-exporter
- Raspbian
-
apt-get install prometheus-varnish-exporter
- Dockerfile
- dockerfile.run/prometheus-varnish-exporter
prometheus-varnish-exporter
Prometheus exporter for Varnish
Prometheus exporter for Varnish metrics. prometheus-varnish-exporter scrapes the varnishstat -j JSON output on each Prometheus collect and exposes all reported metrics. Metrics with multiple backends or Varnish defined identifiers (e.g. VBE.*.happy SMA.*.c_bytes LCK.*.creat) and other metrics with similar structure (e.g. MAIN.fetch_*) are combined under a single metric name with distinguishable labels. Vanish naming conventions are preserved as much as possible to be familiar to Varnish users when building queries, while at the same time trying to following Prometheus conventions like lower casing and using _ separators.