Skip to content

Commit

Permalink
remove threshold
Browse files Browse the repository at this point in the history
Signed-off-by: bufferflies <1045931706@qq.com>
  • Loading branch information
bufferflies committed Jun 1, 2022
1 parent efa743d commit 5ffbe2f
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions metrics/grafana/pd.json
Original file line number Diff line number Diff line change
Expand Up @@ -11459,20 +11459,7 @@
"custom": {
"align": null
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
"mappings": []
},
"overrides": []
},
Expand Down Expand Up @@ -11520,20 +11507,7 @@
"custom": {
"align": null
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
"mappings": []
},
"overrides": []
},
Expand Down

0 comments on commit 5ffbe2f

Please sign in to comment.