From 91363f92b071a797dbc59c3c14564739d2519b4f Mon Sep 17 00:00:00 2001 From: shane knapp Date: Fri, 18 Aug 2023 09:56:50 -0700 Subject: [PATCH] update panel title verbiage to be less opaque --- dashboards/cluster.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/cluster.jsonnet b/dashboards/cluster.jsonnet index 185747d..2971d42 100755 --- a/dashboards/cluster.jsonnet +++ b/dashboards/cluster.jsonnet @@ -324,7 +324,7 @@ local nodeOOMKills = graphPanel.new( ]); local nonRunningPods = graphPanel.new( - 'Non Running Pods', + 'Pods not in Running state', description=||| Pods in states other than 'Running'.