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 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-06-04 14:27:53 +01:00
parent 90f7a8bd4e
commit 88ac4b6aee

View File

@@ -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",