How to exclude a specific mount-point value of a specific host in a metric node_filesystem_free_bytes ?
node_filesystem_free_bytes{} unless node_filesystem_free_bytes{instance="10.10.0.1",mountpoint="/dir"}
The above query will show available bytes of all hosts & mountpoints except mountpoint /dir on 10.10.0.1
Stackoverflow answer : Link