Files
rippled/src
Pratik Mankawde fbaa024478 Normalize cache hit rates to 0.0-1.0 for Grafana percentunit display
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>
2026-03-18 16:37:58 +00:00
..