bakins/minikube-prometheus-demo

Prometheus Node Explorer doesnt work

coolduebtn opened this issue · 1 comments

The node exporter collector params have changed so the config file needs to be updated
https://github.com/prometheus/node_exporter

args: - --path.procfs - /host/proc - --path.sysfs - /host/sys - --collector.filesystem.ignored-mount-points - '"^/(sys|proc|dev|host|etc)($|/)"'

Replace the old args by this one