Skip to content
Snippets Groups Projects
Unverified Commit 18f31ba0 authored by Matthias Loibl's avatar Matthias Loibl Committed by GitHub
Browse files

Merge pull request #2074 from adinhodovic/disable-btrfs

fix(component/node-exporter): Disable btrfs collector by default
parents e619da1b 64ed9f1f
No related branches found
No related tags found
No related merge requests found
...@@ -210,6 +210,7 @@ function(params) { ...@@ -210,6 +210,7 @@ function(params) {
'--path.udev.data=/host/root/run/udev/data', '--path.udev.data=/host/root/run/udev/data',
'--no-collector.wifi', '--no-collector.wifi',
'--no-collector.hwmon', '--no-collector.hwmon',
'--no-collector.btrfs',
'--collector.filesystem.mount-points-exclude=' + ne._config.filesystemMountPointsExclude, '--collector.filesystem.mount-points-exclude=' + ne._config.filesystemMountPointsExclude,
'--collector.netclass.ignored-devices=' + ne._config.ignoredNetworkDevices, '--collector.netclass.ignored-devices=' + ne._config.ignoredNetworkDevices,
'--collector.netdev.device-exclude=' + ne._config.ignoredNetworkDevices, '--collector.netdev.device-exclude=' + ne._config.ignoredNetworkDevices,
......
...@@ -33,6 +33,7 @@ spec: ...@@ -33,6 +33,7 @@ spec:
- --path.udev.data=/host/root/run/udev/data - --path.udev.data=/host/root/run/udev/data
- --no-collector.wifi - --no-collector.wifi
- --no-collector.hwmon - --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.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.netclass.ignored-devices=^(veth.*|[a-f0-9]{15})$
- --collector.netdev.device-exclude=^(veth.*|[a-f0-9]{15})$ - --collector.netdev.device-exclude=^(veth.*|[a-f0-9]{15})$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment