Skip to content

Commit

Permalink
PMM-12070 fix thresold colors
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSartanpara1 committed Jun 26, 2023
1 parent 8692f8d commit 6e83e7e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion dashboards/Experimental/DB_Cluster_Summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,10 @@
"color": "red",
"value": null
},
{
"color": "orange",
"value": 40
},
{
"color": "green",
"value": 80
Expand Down Expand Up @@ -774,9 +778,13 @@
"mode": "absolute",
"steps": [
{
"color": "dark-red",
"color": "red",
"value": null
},
{
"color": "orange",
"value": 40
},
{
"color": "green",
"value": 80
Expand Down

0 comments on commit 6e83e7e

Please sign in to comment.