Add min to grafana dashboard
get an accurate scale on the grafana dashboard
This commit is contained in:
parent
595d232c88
commit
24e2506e48
@ -34,6 +34,7 @@
|
||||
},
|
||||
"mappings": [],
|
||||
"max": 10000,
|
||||
"min": 0,
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
@ -112,6 +113,7 @@
|
||||
},
|
||||
"mappings": [],
|
||||
"max": 300,
|
||||
"min": 0,
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
|
Loading…
Reference in New Issue
Block a user