File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 36
36
- --path.udev.data=/host/root/run/udev/data
37
37
- --no-collector.wifi
38
38
- --collector.filesystem.mount-points-exclude=^/(dev|proc|sys|run/k3s/containerd/.+|var/lib/docker/.+|var/lib/kubelet/pods/.+)($|/)
39
- - --collector.netdev.device-exclude=^(veth.*|[a-f0-9]{15})$
39
+ - --collector.netdev.device-exclude=^(veth.*|[a-f0-9]{15}|enP.* )$
40
40
- --collector.cpu.info
41
41
- --collector.textfile.directory=/var/node_exporter/textfile
42
42
- --no-collector.cpufreq
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ local inCluster =
181
181
rateInterval: '1m' , // adjust the rate interval value to be 4 x the node_exporter's scrape interval (15s).
182
182
},
183
183
},
184
+ ignoredNetworkDevices:: '^(veth.*|[a-f0-9]{15}|enP.*)$' ,
184
185
},
185
186
openshiftStateMetrics: {
186
187
namespace: $.values.common.namespace,
You can’t perform that action at this time.
0 commit comments