Re: [prometheus-users] Alert Query

2024-02-19 Thread sri L
Yes, but top 3 gives only top3 processes with high utilization but unable to get on how to link this to node high cpu utilization alert to send top3 process information only when node utilization goes beyond 80. On Tue, Feb 20, 2024 at 10:54 AM Alexander Wilke wrote: > Did you try with > >

Re: [prometheus-users] Alert Query

2024-02-19 Thread Alexander Wilke
Did you try with topk(3,metrics) ? sri L schrieb am Di., 20. Feb. 2024, 05:19: > Hi all, > > I am looking for a way to send out an alert with top 3 cpu/memory > utilization processes when total cpu/memory utilization goes above 80% for > a node. > > I can create an alert using node metrics to

[prometheus-users] Alert Query

2024-02-19 Thread sri L
Hi all, I am looking for a way to send out an alert with top 3 cpu/memory utilization processes when total cpu/memory utilization goes above 80% for a node. I can create an alert using node metrics to send notification when cpu utilization is above 80% but unable to find a way to include top

[prometheus-users] Alert Query

2024-02-13 Thread sri L
Hi all, I am trying to create an alert rule for pod unreachable condition. Below expression I used but alert was triggering whenever new pod got created, we want alert only when the previous state of a pod was in the ready state and then went to unreachable/terminating/pending states.

[prometheus-users] Alert Query

2023-10-04 Thread sri L
Hi all, Can anyone please suggest alert expression for configuring alert rule for below condition. "metric data is not being received by Prometheus and to alert that there is an issue with the Prometheus and it is unable to scrape". Thanks -- You received this message because you are