From 085f2593423ce54b9178698a9bcde49aff69b2f3 Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 5 Oct 2023 13:51:32 +0000 Subject: [PATCH] cluster dashboard: exclude suspended in readiness Add `suspended` to the list of excluded fields in the transformation for resource readiness. This is needed to not introduce a new field in cluster reconciliation readiness and source acquisition readiness panels when a resource is suspended. Signed-off-by: Sunny --- monitoring/configs/dashboards/cluster.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monitoring/configs/dashboards/cluster.json b/monitoring/configs/dashboards/cluster.json index 0e56a6f..d052337 100644 --- a/monitoring/configs/dashboards/cluster.json +++ b/monitoring/configs/dashboards/cluster.json @@ -581,6 +581,7 @@ "service": true, "source_name": true, "status": true, + "suspended": true, "type": true }, "indexByName": { @@ -769,6 +770,7 @@ "revision": true, "service": true, "status": true, + "suspended": true, "type": true, "url": true },