node_exporter
node_exporter copied to clipboard
Add erofs to default excluded FS
erofs should be considered as squashfs and should be include in this default list
https://github.com/prometheus/node_exporter/blob/38d32a397720dfdaf547429ea1b40ab8cfa57e85/collector/filesystem_linux.go#L36
I see the PR is in progress, but possibly helpful info for other folks:
Stumbled onto this tracking down why my freshly upgraded EKS nodes started screaming at me. Turns out Bottlerocket 1.39+ on k8s 1.33(+?) switched to erofs root partitions, which are by definition always "full".