diff --git a/prometheus-operator/node-exporter.yml b/prometheus-operator/node-exporter.yml index 598b6bc..4c74c5d 100644 --- a/prometheus-operator/node-exporter.yml +++ b/prometheus-operator/node-exporter.yml @@ -405,8 +405,9 @@ spec: - --path.rootfs=/host/root - --no-collector.wifi - --collector.filesystem.mount-points-exclude=^/(dev|proc|sys|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})$ + - --collector.netclass.ignored-devices=^(veth|cali|vxlan|cni|vnet|tap|lo|wg) + - --collector.netdev.device-exclude=^(veth|cali|vxlan|cni|vnet|tap|lo|wg) + - --collector.diskstats.ignored-devices=^(sr[0-9][0-9]*)$ image: prom/node-exporter:v1.3.1 resources: limits: