refactor(telemetry): default the $service_name dashboard filter to 'xrpld'

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 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-07-09 17:21:24 +01:00
parent 91c6582bd5
commit 50d7047abe
5 changed files with 10 additions and 10 deletions

View File

@@ -984,8 +984,8 @@
"includeAll": true,
"allValue": ".*",
"current": {
"text": "All",
"value": "$__all"
"text": "xrpld",
"value": "xrpld"
},
"multi": true,
"refresh": 2,

View File

@@ -335,8 +335,8 @@
"includeAll": true,
"allValue": ".*",
"current": {
"text": "All",
"value": "$__all"
"text": "xrpld",
"value": "xrpld"
},
"multi": true,
"refresh": 2,

View File

@@ -169,8 +169,8 @@
"includeAll": true,
"allValue": ".*",
"current": {
"text": "All",
"value": "$__all"
"text": "xrpld",
"value": "xrpld"
},
"multi": true,
"refresh": 2,

View File

@@ -434,8 +434,8 @@
"includeAll": true,
"allValue": ".*",
"current": {
"text": "All",
"value": "$__all"
"text": "xrpld",
"value": "xrpld"
},
"multi": true,
"refresh": 2,

View File

@@ -864,8 +864,8 @@
"includeAll": true,
"allValue": ".*",
"current": {
"text": "All",
"value": "$__all"
"text": "xrpld",
"value": "xrpld"
},
"multi": true,
"refresh": 2,