Remove 'rippled - ' prefix from Phase 9 dashboard titles

Rename dashboards to follow Title Case convention without redundant
service prefix (all dashboards are already in the 'rippled' folder):
- "rippled - Fee Market & TxQ" -> "Fee Market & TxQ"
- "rippled - Job Queue Analysis" -> "Job Queue Analysis"
- "rippled - RPC Performance (OTel)" -> "RPC Performance (OTel)"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-03-16 16:48:04 +00:00
parent fc2d86dbb2
commit a2651262be
3 changed files with 3 additions and 3 deletions

View File

@@ -332,7 +332,7 @@
},
"timepicker": {},
"timezone": "browser",
"title": "rippled - Fee Market & TxQ",
"title": "Fee Market & TxQ",
"uid": "rippled-fee-market",
"version": 1
}

View File

@@ -359,7 +359,7 @@
},
"timepicker": {},
"timezone": "browser",
"title": "rippled - Job Queue Analysis",
"title": "Job Queue Analysis",
"uid": "rippled-job-queue",
"version": 1
}

View File

@@ -368,7 +368,7 @@
},
"timepicker": {},
"timezone": "browser",
"title": "rippled - RPC Performance (OTel)",
"title": "RPC Performance (OTel)",
"uid": "rippled-rpc-perf",
"version": 1
}