From bf36b775fcf4852a3fdc70ad27b4c04ada8553ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Tue, 12 Dec 2023 14:47:39 -0500 Subject: [PATCH] grafana: add units for bottom panels We use "short" which turns (say) "9000" into "9k", making the axis and legend more compact and readable. I have tried to change the histogram panels to heat maps, but it was unwieldy and confusing, but those should also display "minutes" or something. --- grafana/dashboard.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/grafana/dashboard.json b/grafana/dashboard.json index aa9da1a..d36e178 100644 --- a/grafana/dashboard.json +++ b/grafana/dashboard.json @@ -1745,7 +1745,8 @@ "value": 80 } ] - } + }, + "unit": "short" }, "overrides": [] }, @@ -2418,7 +2419,8 @@ "value": 80 } ] - } + }, + "unit": "short" }, "overrides": [] }, @@ -2543,7 +2545,8 @@ "value": 80 } ] - } + }, + "unit": "short" }, "overrides": [] }, @@ -2669,7 +2672,8 @@ "value": 80 } ] - } + }, + "unit": "short" }, "overrides": [] },