From 50d7047abe459a2308b64f5346d773756c42dced Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:21:24 +0100 Subject: [PATCH] refactor(telemetry): default the $service_name dashboard filter to 'xrpld' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the pre-selected value of the service_name template variable from 'All' to 'xrpld'. On first load, dashboards now filter to service.name=xrpld directly rather than showing every service the collector sees. The 'All' option is still selectable — this only changes the default the widget starts on. Reduces the chance of a fresh dashboard link showing unrelated services (e.g. non-xrpld exporters sharing the same Grafana Cloud stack) before the user narrows the filter. Co-Authored-By: Claude Opus 4.7 --- docker/telemetry/grafana/dashboards/consensus-health.json | 4 ++-- docker/telemetry/grafana/dashboards/ledger-operations.json | 4 ++-- docker/telemetry/grafana/dashboards/peer-network.json | 4 ++-- docker/telemetry/grafana/dashboards/rpc-performance.json | 4 ++-- docker/telemetry/grafana/dashboards/transaction-overview.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docker/telemetry/grafana/dashboards/consensus-health.json b/docker/telemetry/grafana/dashboards/consensus-health.json index 485ba20965..8ef89ade27 100644 --- a/docker/telemetry/grafana/dashboards/consensus-health.json +++ b/docker/telemetry/grafana/dashboards/consensus-health.json @@ -984,8 +984,8 @@ "includeAll": true, "allValue": ".*", "current": { - "text": "All", - "value": "$__all" + "text": "xrpld", + "value": "xrpld" }, "multi": true, "refresh": 2, diff --git a/docker/telemetry/grafana/dashboards/ledger-operations.json b/docker/telemetry/grafana/dashboards/ledger-operations.json index 45b8a8f506..cb980bca7a 100644 --- a/docker/telemetry/grafana/dashboards/ledger-operations.json +++ b/docker/telemetry/grafana/dashboards/ledger-operations.json @@ -335,8 +335,8 @@ "includeAll": true, "allValue": ".*", "current": { - "text": "All", - "value": "$__all" + "text": "xrpld", + "value": "xrpld" }, "multi": true, "refresh": 2, diff --git a/docker/telemetry/grafana/dashboards/peer-network.json b/docker/telemetry/grafana/dashboards/peer-network.json index f7018ace18..f223b48349 100644 --- a/docker/telemetry/grafana/dashboards/peer-network.json +++ b/docker/telemetry/grafana/dashboards/peer-network.json @@ -169,8 +169,8 @@ "includeAll": true, "allValue": ".*", "current": { - "text": "All", - "value": "$__all" + "text": "xrpld", + "value": "xrpld" }, "multi": true, "refresh": 2, diff --git a/docker/telemetry/grafana/dashboards/rpc-performance.json b/docker/telemetry/grafana/dashboards/rpc-performance.json index 41edb89b52..b766c9704f 100644 --- a/docker/telemetry/grafana/dashboards/rpc-performance.json +++ b/docker/telemetry/grafana/dashboards/rpc-performance.json @@ -434,8 +434,8 @@ "includeAll": true, "allValue": ".*", "current": { - "text": "All", - "value": "$__all" + "text": "xrpld", + "value": "xrpld" }, "multi": true, "refresh": 2, diff --git a/docker/telemetry/grafana/dashboards/transaction-overview.json b/docker/telemetry/grafana/dashboards/transaction-overview.json index fbbf90a703..42e56b25c7 100644 --- a/docker/telemetry/grafana/dashboards/transaction-overview.json +++ b/docker/telemetry/grafana/dashboards/transaction-overview.json @@ -864,8 +864,8 @@ "includeAll": true, "allValue": ".*", "current": { - "text": "All", - "value": "$__all" + "text": "xrpld", + "value": "xrpld" }, "multi": true, "refresh": 2,