Should trigger an alert

Hello Team ,
i am running my nodes on kubernites cluster and i need to trigger an alert when a pod is greater that 80% for that i am using this querry
sum (rate (container_cpu_usage_seconds_total{image!=""}[1m])) by (pod_name)

but i am not getting exact values of each pod .

When i select the axis value as bytes its showing in gb…

Can any help me on this issue,

Hi,

You probable want the y axis value as percentage since I recon that your interested in the cpu utilization rate.

I found this discussion regarding cpu utilization rate that may be interesting for you,

Marcus