Kibana visualization for Prometheus data

Hi Team,

We have below 2 metrics in ES:

prometheus.metrics.container_fs_usage_bytes
prometheus.metrics.container_fs_limit_bytes{id="/"}

Can we perform below operation in Kibana ?

sum (prometheus.metrics.container_fs_usage_bytes{id="/"}) / sum (prometheus.metrics.container_fs_limit_bytes{id="/"}) * 100

Thanks & Regards,
Jalpesh

That looks like something you could achieve in TSVB with the math aggregations.