fix(telemetry): use short unit for large count/message panels

Count and message-volume panels (operating-mode transitions, job queue
depth, network/overlay message totals, getobject message counts) used
unit "none", rendering large values as raw unscaled numbers. Switch to
"short" so Grafana abbreviates (e.g. 1.5 Mil) for readability.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-06-04 14:26:03 +01:00
parent 9b46a343fc
commit 45ab508ed8
4 changed files with 11 additions and 11 deletions

View File

@@ -423,7 +423,7 @@
],
"fieldConfig": {
"defaults": {
"unit": "none",
"unit": "short",
"custom": {
"axisLabel": "Messages In",
"spanNulls": true,

View File

@@ -174,7 +174,7 @@
],
"fieldConfig": {
"defaults": {
"unit": "none",
"unit": "short",
"custom": {
"axisLabel": "Messages",
"spanNulls": true,
@@ -227,7 +227,7 @@
],
"fieldConfig": {
"defaults": {
"unit": "none",
"unit": "short",
"custom": {
"axisLabel": "Messages",
"spanNulls": true,
@@ -287,7 +287,7 @@
],
"fieldConfig": {
"defaults": {
"unit": "none",
"unit": "short",
"custom": {
"axisLabel": "Messages",
"spanNulls": true,
@@ -347,7 +347,7 @@
],
"fieldConfig": {
"defaults": {
"unit": "none",
"unit": "short",
"custom": {
"axisLabel": "Messages",
"spanNulls": true,

View File

@@ -227,7 +227,7 @@
],
"fieldConfig": {
"defaults": {
"unit": "none",
"unit": "short",
"custom": {
"axisLabel": "Transitions",
"spanNulls": true,
@@ -312,7 +312,7 @@
],
"fieldConfig": {
"defaults": {
"unit": "none",
"unit": "short",
"custom": {
"axisLabel": "Jobs",
"spanNulls": true,

View File

@@ -71,7 +71,7 @@
],
"fieldConfig": {
"defaults": {
"unit": "none",
"unit": "short",
"custom": {
"axisLabel": "Messages",
"spanNulls": true,
@@ -205,7 +205,7 @@
],
"fieldConfig": {
"defaults": {
"unit": "none",
"unit": "short",
"custom": {
"axisLabel": "Count",
"spanNulls": true,
@@ -342,7 +342,7 @@
],
"fieldConfig": {
"defaults": {
"unit": "none",
"unit": "short",
"custom": {
"axisLabel": "Messages",
"spanNulls": true,
@@ -402,7 +402,7 @@
],
"fieldConfig": {
"defaults": {
"unit": "none",
"unit": "short",
"custom": {
"axisLabel": "Count",
"spanNulls": true,