Container High Memory usage warning
Container Memory usage is above 80%
>>>
(
sum
(
{name!=""}) BY (instance, name) /
sum
(
> 0) BY (instance, name) * 100) > 80
The rule computes, for each container (grouped by instance and name), the percentage of its working‑set memory (container_memory_working_set_bytes) relative to its defined memory limit (container_spec_memory_limit_bytes), and triggers when that percentage exceeds 80 %.
Get Alert✕
Download
Copy to Clipboard