Skip to content

Commit b959d48

Browse files
Nemricdiscordianfish
authored andcommitted
Add erofs in default excluded fs type
Signed-off-by: Nemric <[email protected]>
1 parent a7ab16b commit b959d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/filesystem_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535

3636
const (
3737
defMountPointsExcluded = "^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/)"
38-
defFSTypesExcluded = "^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$"
38+
defFSTypesExcluded = "^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|erofs|sysfs|tracefs)$"
3939
)
4040

4141
var mountTimeout = kingpin.Flag("collector.filesystem.mount-timeout",

0 commit comments

Comments
 (0)