### Describe the bug Should change ``` sum(container_memory_working_set_bytes{node="$node", image!="", cluster="$cluster"}) by (pod) ``` to ``` sum(container_memory_working_set_bytes{instance="$node", image!="", cluster="$cluster"}) by (pod) ``` ## Dashboard: Kubernetes / Views / Nodes <img width="1645" height="612" alt="Image" src="https://github.com/user-attachments/assets/6f25b40c-3411-4f00-8c7f-fd6d029ac7ac" /> ## Edit panel <img width="1243" height="704" alt="Image" src="https://github.com/user-attachments/assets/f9956560-f8b5-4e55-b152-d14d63febe4d" /> ### How to reproduce? _No response_ ### Expected behavior _No response_ ### Additional context _No response_