From 88ac4b6aeecf087dea215ea7c8a9f790af912920 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:27:53 +0100 Subject: [PATCH] fix(telemetry): use short unit for NodeStore and object-count panels The phase-9 NodeStore I/O totals, write-load/read-queue, read-threads, and object instance-count panels rendered large cumulative values with unit "none". Switch to "short" for readable abbreviation. Co-Authored-By: Claude Opus 4.6 --- .../telemetry/grafana/dashboards/system-node-health.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/telemetry/grafana/dashboards/system-node-health.json b/docker/telemetry/grafana/dashboards/system-node-health.json index 9d78c53d6a..9247c33745 100644 --- a/docker/telemetry/grafana/dashboards/system-node-health.json +++ b/docker/telemetry/grafana/dashboards/system-node-health.json @@ -457,7 +457,7 @@ ], "fieldConfig": { "defaults": { - "unit": "none", + "unit": "short", "custom": { "axisLabel": "Operations", "drawStyle": "line", @@ -505,7 +505,7 @@ ], "fieldConfig": { "defaults": { - "unit": "none", + "unit": "short", "custom": { "axisLabel": "Count", "drawStyle": "line", @@ -631,7 +631,7 @@ ], "fieldConfig": { "defaults": { - "unit": "none", + "unit": "short", "custom": { "axisLabel": "Count / \u00b5s", "drawStyle": "line", @@ -824,7 +824,7 @@ ], "fieldConfig": { "defaults": { - "unit": "none", + "unit": "short", "custom": { "axisLabel": "Instances", "drawStyle": "line",