mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 17:27:00 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user