From 24e2506e48fc57e7a35a481a2da688c483d398f6 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Thu, 16 Nov 2023 11:16:44 +0100 Subject: [PATCH] Add min to grafana dashboard get an accurate scale on the grafana dashboard --- config/Stats-dashbord.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/Stats-dashbord.json b/config/Stats-dashbord.json index f77c631..1626cee 100644 --- a/config/Stats-dashbord.json +++ b/config/Stats-dashbord.json @@ -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": [ -- 2.47.1