Container Volume usage warning
Container Volume usage is above 80%
>>>
(1 - (
sum
(
{name!=""}) BY (instance) /
sum
(
) BY (instance))) * 100 > 80
The query computes the percentage of used inodes per instance by taking 1 minus the ratio of free inodes to total inodes and multiplying by 100, and the alert triggers when this used‑inode percentage exceeds 80 % on any instance.
Get Alert✕
Download
Copy to Clipboard