-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Issue
We have Node FileSystem Stats for localPV Stateful workload dashboard and the metrics used by the dashboard panels are being exported by node-exporter. To export these metrics, we have updated the node-exporter configuration i.e --collector.filesystem.ignored-mount-points.
In helm, we have updated this configuration through values.yaml
monitoring/deploy/charts/values.yaml
Line 30 in aef85ea
| - --collector.filesystem.ignored-mount-points=^/(dev|proc|sys|var/lib/docker/.+)($|/) |
The same configuration has to be updated for jsonnet. I tried to update it but was not able to.
Have created an Issue in kube-prometheus repo for support.
Issue: prometheus-operator/kube-prometheus#1374