Merge pull request #2074 from adinhodovic/disable-btrfs

fix(component/node-exporter): Disable btrfs collector by default
This commit is contained in:
Matthias Loibl
2023-04-19 11:06:00 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ spec:
- --path.udev.data=/host/root/run/udev/data
- --no-collector.wifi
- --no-collector.hwmon
- --no-collector.btrfs
- --collector.filesystem.mount-points-exclude=^/(dev|proc|sys|run/k3s/containerd/.+|var/lib/docker/.+|var/lib/kubelet/pods/.+)($|/)
- --collector.netclass.ignored-devices=^(veth.*|[a-f0-9]{15})$
- --collector.netdev.device-exclude=^(veth.*|[a-f0-9]{15})$