diff --git a/dashboards/flux/flux-control-plane.json b/dashboards/flux/flux-control-plane.json index 391538c7..bebbbdd3 100644 --- a/dashboards/flux/flux-control-plane.json +++ b/dashboards/flux/flux-control-plane.json @@ -626,7 +626,7 @@ "datasource": { "uid": "${DS_PROMETHEUS}" }, - "expr": "sum(container_memory_working_set_bytes{namespace=\"$namespace\",container!=\"POD\",container!=\"\",pod=~\".*-controller-.*\"}) by (pod)", + "expr": "sum(container_memory_working_set_bytes{namespace=\"$namespace\",container!=\"\",pod=~\".*-controller-.*\"}) by (pod)", "hide": false, "interval": "", "legendFormat": "{{pod}}",