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
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/prometheus-users/CACwryDTWjiqzBnDecguZ%3DhGix6HrZ2dduLmwy_CEZP1j5NFhPw%40mail.gmail.com.