Redis out of system memory warning
Redis is running out of system memory (> 90%)
>>>
/
* 100 > 90
The query divides the memory currently used by Redis (redis_memory_used_bytes) by the total system memory available to Redis (redis_total_system_memory_bytes), multiplies by 100 to get a percentage, and fires when that percentage exceeds 90 %. Thus, the alert triggers when Redis is using more than 90 % of the host's memory, indicating it is running out of system memory.
Get Alert✕
Download
Copy to Clipboard