Ignore more boring filesystems from disk plugin (#4244)

This commit is contained in:
Pierre Fersing
2018-06-06 22:44:26 +02:00
committed by Daniel Nelson
parent 5f0cbd1255
commit a4214abfc4
4 changed files with 4 additions and 4 deletions

View File

@@ -1077,7 +1077,7 @@
# mount_points = ["/"]
## Ignore mount points by filesystem type.
ignore_fs = ["tmpfs", "devtmpfs", "devfs"]
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"]
# Read metrics about disk IO by device

View File

@@ -242,7 +242,7 @@
#
# ## Ignore some mountpoints by filesystem type. For example (dev)tmpfs (usually
# ## present on /run, /var/run, /dev/shm or /dev).
# # ignore_fs = ["tmpfs", "devtmpfs"]
# # ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"]
# # Read metrics about disk IO by device