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

Continuation of the same default change applied on phase-6-statsd
(50d7047abe): the 5 dashboards introduced on phase-7 (formerly
system-*, renamed to bare names on this branch) also get their
service_name filter pre-selected to 'xrpld' instead of 'All'.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-07-09 17:22:01 +01:00
parent f2d1ac5c78
commit dae3f6e4d1
5 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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