I'm building a dashboard on Grafana from Prometheus datasource.
This dashboard deals with filesystem capacity. I'need some PromQL queries to be parametrized with these capacity, which are big numbers:
node_filesystem_size{env="dev", mountpoint="/sx/bddv2"} < 100000000000
It's quite annoying to deals with all that zero, is there any way to use SI suffixe (G, M, K)?