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,