Files
rippled/docker/telemetry
Pratik Mankawde 8fe6645825 fix(telemetry): label mode-transition series with both ends of the edge
The panel built its legend with label_replace from the `from` label alone, so
every edge leaving a mode collapsed onto one series: connected->syncing and
connected->full both drew as "connected". The whole point of the from/to pair
is to tell a healthy climb from flapping, and that was exactly what the
legend hid.

label_replace cannot concatenate two labels. label_join can, which is the
pattern the consensus board already uses for its multi-label legends, so the
series now reads "from -> to".

Also regenerates the Grafana Cloud copy of the board.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-27 21:23:46 +01:00
..
2026-07-09 14:27:02 +01:00