mirror of
https://github.com/XRPLF/rippled.git
synced 2026-03-22 04:32:25 +00:00
TaggedCache::getHitRate() returns 0-100, but the Grafana dashboard uses "percentunit" format which expects 0.0-1.0. Divide ledger_hit_rate and AL_hit_rate by 100.0 in the MetricsRegistry callback. SLE_hit_rate is already 0.0-1.0 from cachedSLEs().rate() and needs no change. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>