Add min to grafana dashboard

get an accurate scale on the grafana dashboard
This commit is contained in:
augustin64 2023-11-16 11:16:44 +01:00
parent 595d232c88
commit 24e2506e48
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
}, },
"mappings": [], "mappings": [],
"max": 10000, "max": 10000,
"min": 0,
"thresholds": { "thresholds": {
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
@ -112,6 +113,7 @@
}, },
"mappings": [], "mappings": [],
"max": 300, "max": 300,
"min": 0,
"thresholds": { "thresholds": {
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [