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.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.