ignore tmpfs filesystems
This commit is contained in:
@@ -15,5 +15,5 @@ prometheus:
|
|||||||
collector.textfile.directory: /tmp/textfile-collector
|
collector.textfile.directory: /tmp/textfile-collector
|
||||||
collector.diskstats.ignored-devices: ^(ram|loop|fd)\d+$
|
collector.diskstats.ignored-devices: ^(ram|loop|fd)\d+$
|
||||||
collector.filesystem.ignored-mount-points: ^/(sys|proc|dev|run)($|/)
|
collector.filesystem.ignored-mount-points: ^/(sys|proc|dev|run)($|/)
|
||||||
collector.filesystem.ignored-fs-types: ^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$
|
collector.filesystem.ignored-fs-types: ^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs|tmpfs)$
|
||||||
no-collector.systemd:
|
no-collector.systemd:
|
||||||
|
|||||||
Reference in New Issue
Block a user