docs(telemetry): add dashboard-level descriptions for the info button

Consensus Health, Ledger Operations, and Transaction Overview had no
top-level description, so Grafana showed no info button. Add a one-line
summary of what each dashboard shows and its data source.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-07-03 21:23:46 +01:00
parent b59b3c1bb4
commit 9a4a97cdec
3 changed files with 3 additions and 0 deletions

View File

@@ -1142,6 +1142,7 @@
"from": "now-1h",
"to": "now"
},
"description": "Consensus round health: round duration, proposal and validation rates, close-time agreement, and ledger-close cadence.",
"title": "Consensus Health",
"uid": "xrpld-consensus"
}

View File

@@ -408,6 +408,7 @@
"from": "now-1h",
"to": "now"
},
"description": "Ledger lifecycle: build rate and duration, validation rate, and close timing.",
"title": "Ledger Operations",
"uid": "xrpld-ledger-ops"
}

View File

@@ -1029,6 +1029,7 @@
"from": "now-1h",
"to": "now"
},
"description": "Transaction pipeline overview: processing and receive rates, per-type latency, path distribution, apply-stage breakdown, and validation outcomes.",
"title": "Transaction Overview",
"uid": "xrpld-transactions"
}