mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 08:30:30 +00:00
The Cache Hit Ratio panel divided two nodestore_state series that carry different `metric` label values (node_reads_hit / node_reads_total). Without ignoring(metric) the two vectors share no common label set, so the division matched nothing and the panel showed "No data". Add `ignoring(metric)` to the division. Verified live against mainnet: now returns a valid ratio (~0.11-0.23). Pre-existing bug, surfaced when the panel was split out from NodeStore Read/Write Totals. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>