mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-11 17:20:18 +00:00
The phase7 OTelCollector::formatName lowercases and strips names, emitting snake_case metrics with no xrpld_ prefix. The native Grafana dashboards and the telemetry docs still queried the old xrpld_CamelCase names, so they were broken against their own pipeline. Rename every metric name to match what the code emits: drop the xrpld_ prefix and lowercase the remainder. The two job histograms also drop the redundant 'duration' word (job_queued_us, job_running_us) to match the phase9 forms. Add havetxset to the cspell dictionary since the lowercased metric name no longer word-splits. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>