From 2777fd4677d29a7976c844e028714a7020ac766c Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Sun, 24 Nov 2024 12:49:27 +0100 Subject: [PATCH] views/pods: use wildcard for `all` option in `pod` variable `pod` variable could contain thousands of options in some environments. Selecting `all` options would mean dashboard will include all of them into the PromQL query and potentially cause issues on processing. Switching to wildcard `.*` instead will prevent sending huge queries to database and dashboard will continue to work for any environment. See https://github.com/dotdc/grafana-dashboards-kubernetes/issues/129 --- dashboards/k8s-views-pods.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboards/k8s-views-pods.json b/dashboards/k8s-views-pods.json index e320b68..94a324f 100644 --- a/dashboards/k8s-views-pods.json +++ b/dashboards/k8s-views-pods.json @@ -2600,6 +2600,7 @@ "useTags": false }, { + "allValue": ".*", "current": { "selected": false, "text": "",