prometheus-process-exporter
Prometheus exporter that exposes process metrics from procfs
Install
- All systems
-
curl cmd.cat/prometheus-process-exporter.sh
- Debian
-
apt-get install prometheus-process-exporter
- Ubuntu
-
apt-get install prometheus-process-exporter
- Kali Linux
-
apt-get install prometheus-process-exporter
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install prometheus-process-exporter
- Dockerfile
- dockerfile.run/prometheus-process-exporter
prometheus-process-exporter
Prometheus exporter that exposes process metrics from procfs
Some apps are impractical to instrument directly, either because you don't control the code or they're written in a language that isn't easy to instrument with Prometheus. This exporter solves that issue by mining process metrics from procfs.