I'm new to Promql and I'm trying to make a graph that shows cpu_usage by each pod in a node, I've tried this one:
sum (rate (container_cpu_usage_seconds_total{image!=""}[1m])) by (pod_name, node)
But it shows the usage by all the pods for all the nods