Skip to content

Commit

Permalink
[ATMOSPHERE-428] Fix goldpinger grafana dashboard threshold for nodes (
Browse files Browse the repository at this point in the history
…#1840)

Remove threshold for nodes in grafana dashboard which may cause end user confuseing
  • Loading branch information
yaguangtang committed Aug 29, 2024
1 parent 16b2535 commit be509ea
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions roles/kube_prometheus_stack/files/dashboards/goldpinger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
},
Expand Down

0 comments on commit be509ea

Please sign in to comment.