From be509ea6dc318898ba46ecb0166f8cb0abd6ec11 Mon Sep 17 00:00:00 2001 From: Yaguang Tang Date: Fri, 30 Aug 2024 06:54:59 +0800 Subject: [PATCH] [ATMOSPHERE-428] Fix goldpinger grafana dashboard threshold for nodes (#1840) Remove threshold for nodes in grafana dashboard which may cause end user confuseing --- .../files/dashboards/goldpinger.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/roles/kube_prometheus_stack/files/dashboards/goldpinger.json b/roles/kube_prometheus_stack/files/dashboards/goldpinger.json index f2fdf6a14..262d1eef8 100644 --- a/roles/kube_prometheus_stack/files/dashboards/goldpinger.json +++ b/roles/kube_prometheus_stack/files/dashboards/goldpinger.json @@ -68,16 +68,8 @@ "mode": "absolute", "steps": [ { - "color": "rgba(55, 174, 50, 0.97)", + "color": "green", "value": null - }, - { - "color": "rgba(237, 129, 40, 0.89)", - "value": 31 - }, - { - "color": "rgba(245, 54, 54, 0.9)", - "value": 32 } ] },