Forum Discussion
Ashok42470
May 13, 2025Copper Contributor
AKS Pod resource utilization (CPU/Memory) alert
Hi All, I am trying to set up an alert for AKS pod CPU/Memory utilization alert when a max utilization hits certain threshold (let's say >95%). Sample query for CPU utilization. let cpuusage = mate...
loadedlouie270
May 19, 2025Copper Contributor
Try using this
It means, that on that time window, how much "violations" of the threshold, must have in order for the alert to trigger. Hope it Helps.
Keep in mind that in order for this to work you need to have has much "dataPoints" results, at least the amount that you are using in violations.
Example: 3 violations means at least 3 5 min timespam, with aggregated values of 5 minutes.
Hopefully this will make sense.