Enable process collection by node collector

This commit is contained in:
Salt 2024-07-09 16:48:05 -05:00
parent 1b119a94e3
commit 8f2dc691f2

View File

@ -42,6 +42,7 @@
image: quay.io/prometheus/node-exporter:latest image: quay.io/prometheus/node-exporter:latest
command: command:
- '--path.rootfs=/host' - '--path.rootfs=/host'
- '--collector.processes'
network_mode: host network_mode: host
pid_mode: host pid_mode: host
volumes: volumes: