mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
The template variable's Prometheus label name is `service_name` but the UI display label read 'Service', which mismatched what users typed into Grafana's Metrics Drilldown UI (which defaults to filter on a bare `service` label). Rename the display label to 'Service Name' so it unambiguously points at the underlying `service_name` Prometheus label. Behaviour unchanged; template-variable name (`service_name`) and PromQL label are the same. Only the widget label shown at the top of the dashboard changes from 'Service' to 'Service Name'. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>