From 9954e76af5d0171ddf444198476f624c3fb7c1d1 Mon Sep 17 00:00:00 2001 From: Vibhu Prashar Date: Tue, 24 Sep 2024 10:56:35 +0530 Subject: [PATCH] fix(dashboard): remove extra braces from legend This commit removes the extra braces from the legend of the Power Monitoring by Namespace dashboard for the `OTHER Power Consumption by Pods` panel Signed-off-by: Vibhu Prashar --- .../exporter/assets/dashboards/power-monitoring-by-ns.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/components/exporter/assets/dashboards/power-monitoring-by-ns.json b/pkg/components/exporter/assets/dashboards/power-monitoring-by-ns.json index 2794f478..63edc0b9 100644 --- a/pkg/components/exporter/assets/dashboards/power-monitoring-by-ns.json +++ b/pkg/components/exporter/assets/dashboards/power-monitoring-by-ns.json @@ -618,7 +618,7 @@ "expr": "sum by (pod_name) (kepler:kepler:container_other_watts:1m:by_ns_pod{container_namespace=~\"$namespace\", pod_name=~\"$pod\"})", "hide": false, "interval": "", - "legendFormat": "{{pod_name}} }}", + "legendFormat": "{{pod_name}}", "range": true, "refId": "A" }