refactor(telemetry): rename dashboard template variable label from 'Service' to 'Service Name'

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>
This commit is contained in:
Pratik Mankawde
2026-07-09 17:03:15 +01:00
parent 71f725204c
commit 91c6582bd5
5 changed files with 5 additions and 5 deletions

View File

@@ -973,7 +973,7 @@
"list": [
{
"name": "service_name",
"label": "Service",
"label": "Service Name",
"description": "Filter by service.name (e.g. xrpld, xrpld-validator)",
"type": "query",
"query": "label_values(service_name)",

View File

@@ -324,7 +324,7 @@
"list": [
{
"name": "service_name",
"label": "Service",
"label": "Service Name",
"description": "Filter by service.name (e.g. xrpld, xrpld-validator)",
"type": "query",
"query": "label_values(service_name)",

View File

@@ -158,7 +158,7 @@
"list": [
{
"name": "service_name",
"label": "Service",
"label": "Service Name",
"description": "Filter by service.name (e.g. xrpld, xrpld-validator)",
"type": "query",
"query": "label_values(service_name)",

View File

@@ -423,7 +423,7 @@
"list": [
{
"name": "service_name",
"label": "Service",
"label": "Service Name",
"description": "Filter by service.name (e.g. xrpld, xrpld-validator)",
"type": "query",
"query": "label_values(service_name)",

View File

@@ -853,7 +853,7 @@
"list": [
{
"name": "service_name",
"label": "Service",
"label": "Service Name",
"description": "Filter by service.name (e.g. xrpld, xrpld-validator)",
"type": "query",
"query": "label_values(service_name)",