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

Completes the default change applied on phase-6-statsd and
phase-7-native-metrics. The four dashboards introduced on phase-9
(validator-health, peer-quality, fee-market, job-queue) now also
pre-select 'xrpld' rather than 'All' for the service_name filter.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-07-09 17:22:56 +01:00
parent e5b2ce1696
commit 74a4a4ab7a
4 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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