mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
Remove redundant xrpld_ prefix from all 34 MetricsRegistry instrument names — service identity comes from the OTel resource, not the metric name. Duration histograms retain their unit suffix (job_queued_duration_us, job_running_duration_us, rpc_method_duration_us). Set spanmetrics connector namespace to "span" so derived metrics become span_calls_total and span_duration_milliseconds_bucket instead of the verbose traces_span_metrics_ prefix. Update all 14 dashboard JSONs: strip xrpld_ prefix, lowercase beast::insight metric names, replace traces_span_metrics_ with span_. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>