Files
rippled/docker
Pratik Mankawde 36e3025ab4 fix(telemetry): re-layout Node Health into subsystem rows
Regroup all 47 panels under correct subsystem rows and fix the broken row
structure. Previously the "NodeStore I/O" row had no gridPos and collided at
y=32 with an appended "Extended Metrics" catch-all row, so NodeStore I/O
rendered empty and its panels landed under the wrong header.

- Rows: Overview (top), Operating Mode, NodeStore I/O, Jobs, Caches, Server
  Info, Complete Ledgers & DB, Ledger Economy. Drop the stray "Extended
  Metrics" row; each panel now sits under its subsystem.
- Normalize panel heights to three buckets: 12 (standard), 16 (emphasis /
  detail plots), 24 (Operating Mode state timeline). Widths stay half (12) or
  full (24).
- Contiguous, non-overlapping gridPos; all 47 panels preserved.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-16 13:16:01 +01:00
..