sysdig query to monitor pod memory usage

13 views
Skip to first unread message

Konda Reddy

unread,
Mar 6, 2025, 12:19:01 PM3/6/25
to Prometheus Users
Hi Guys ,
We are trying to monitor pod memory utilization when it reaches 90%, but for some reason, we didn't receive any alert even though it touched 99%

Can you pls check the below query  and provide your suggestions ?

(sum by(kube_workload_name) (sysdig_container_memory_used_bytes{kube_workload_name="snapshot-controller"}) / sum by(kube_workload_name) (sysdig_container_memory_limit_bytes{kube_workload_name="snapshot-controller"})) * 100 > 90
Thanks & Regards
 Konda Reddy L 


Reply all
Reply to author
Forward
0 new messages