refactor(telemetry): drop redundant xrpld- prefix from dashboard uids

Make dashboard uids bare domain names (uid == filename stem) and update
doc references. Grafana links/bookmarks to the old uids will need
refreshing.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-07-04 02:44:54 +01:00
parent 50377df271
commit d5d9d1d8da
7 changed files with 24 additions and 24 deletions

View File

@@ -1144,5 +1144,5 @@
},
"description": "Consensus round health: round and phase durations, proposal and validation rates, close-time agreement, stall detection, and ledger-close cadence.",
"title": "Consensus Health",
"uid": "xrpld-consensus"
"uid": "consensus-health"
}

View File

@@ -410,5 +410,5 @@
},
"description": "Ledger lifecycle: build rate and duration, transaction apply and store rates, validation rate, and close timing.",
"title": "Ledger Operations",
"uid": "xrpld-ledger-ops"
"uid": "ledger-operations"
}

View File

@@ -283,5 +283,5 @@
"to": "now"
},
"title": "Peer Network",
"uid": "xrpld-peer-net"
"uid": "peer-network"
}

View File

@@ -528,6 +528,6 @@
"to": "now"
},
"title": "RPC Performance",
"uid": "xrpld-rpc-perf",
"uid": "rpc-performance",
"description": "Client RPC service health: per-command request rates, latency, error rates, throughput across pipeline layers, and resource cost."
}

View File

@@ -1031,5 +1031,5 @@
},
"description": "Transaction pipeline overview: processing and receive rates, per-type latency and outcomes, queue behaviour, and apply-stage breakdown.",
"title": "Transaction Overview",
"uid": "xrpld-transactions"
"uid": "transaction-overview"
}