[ATMOSPHERE-431] Fix goldpinger grafana dashboard threshold for nodes… (#1842)
Remove threshold for nodes in grafana dashboard which may cause end user confuseing
diff --git a/roles/kube_prometheus_stack/files/dashboards/goldpinger.json b/roles/kube_prometheus_stack/files/dashboards/goldpinger.json
index f2fdf6a..262d1ee 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
}
]
},