Skip to content

Commit

Permalink
Update dashboard. (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrorichardtoledo authored Nov 20, 2024
1 parent 09030c2 commit d62cadf
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions helm/db-controller/files/grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@
"mode": "thresholds"
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand Down Expand Up @@ -351,7 +350,6 @@
"mode": "thresholds"
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand Down Expand Up @@ -1131,7 +1129,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1255,7 +1254,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1368,7 +1368,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1504,7 +1505,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1566,7 +1568,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
},
Expand Down

0 comments on commit d62cadf

Please sign in to comment.