mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 14:20:56 +00:00
Grafana renders `unit: "ops"` as the literal string "ops/s" and `cps` as "counts/s", so seven rate panels on this dashboard read as "operations per second" regardless of what they counted -- nodes added to a SHAMap, dial attempts, ledger-data requests served. Replace them with custom-suffix units naming the quantity, following the `suffix:/hr` and `si:drops` precedent already in this repo. Each noun was checked against the emitting code rather than the panel title: sync_addnode_total counts SHAMap nodes, peer.dial spans are connect attempts, ledger.serve spans are peer requests. Also spell out "Ops / Sec" as "Operations / Sec" on the NodeStore panel, since abbreviating the noun defeats the point of naming it. Queries are unchanged; the values were already correct.