I'm running docker at my server, and I'm montoring the server not the docker container.
I find that vfs.fs.discovery will discover the docker mount like /var/lib/docker/devicemapper/mnt/0fb6aeeb2161eb195c4f71cead9c30862c8d07d5d76673554a 05f38c84a798a0
the file system type is ext4, so I can't filter it by fs type.
How can I exclude these useless mount point ? thx
I find that vfs.fs.discovery will discover the docker mount like /var/lib/docker/devicemapper/mnt/0fb6aeeb2161eb195c4f71cead9c30862c8d07d5d76673554a 05f38c84a798a0
the file system type is ext4, so I can't filter it by fs type.
How can I exclude these useless mount point ? thx
Comment