From b1c30af4e1d32311637db1914bf16d6f7fb0dfcf Mon Sep 17 00:00:00 2001 From: Philip Potter Date: Wed, 9 Oct 2019 17:52:42 +0100 Subject: [PATCH] give SLIs dashboard a unique uid I created this dashboard by editing the `etcd` dashboard in place but I didn't change the uid. I think this has confused grafana a bit. I have decided to give it a vanity uid since I can. --- charts/gsp-cluster/charts/gsp-monitoring/dashboards/sli.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gsp-cluster/charts/gsp-monitoring/dashboards/sli.json b/charts/gsp-cluster/charts/gsp-monitoring/dashboards/sli.json index 823a07f63..2fd28b319 100644 --- a/charts/gsp-cluster/charts/gsp-monitoring/dashboards/sli.json +++ b/charts/gsp-cluster/charts/gsp-monitoring/dashboards/sli.json @@ -295,6 +295,6 @@ }, "timezone": "browser", "title": "SLIs", - "uid": "UnE9X_2Wz", + "uid": "gsp_slis", "version": 1 }