From 6961727ba79e901b970fea4a51bc54374a8b5e43 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 3 Jul 2026 22:28:56 +0100 Subject: [PATCH] docs(telemetry): drop (System Metrics) suffix from dashboard names in reference Match the reader-facing dashboard catalog to the actual dashboard titles, which no longer carry the recorder-pipeline suffix. Co-Authored-By: Claude Opus 4.8 --- OpenTelemetryPlan/09-data-collection-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenTelemetryPlan/09-data-collection-reference.md b/OpenTelemetryPlan/09-data-collection-reference.md index da79cac1a6..9f4bc2fede 100644 --- a/OpenTelemetryPlan/09-data-collection-reference.md +++ b/OpenTelemetryPlan/09-data-collection-reference.md @@ -519,7 +519,7 @@ prefix=xrpld | `xrpld_Overlay_Peer_Disconnects_Charges` | OverlayImpl.cpp | Disconnects due to resource limit charges | Low growth (subset of above) | | `xrpld_job_count` | JobQueue.cpp | Current job queue depth | 0–100 (healthy) | -**Grafana dashboard**: _Node Health (System Metrics)_ (`xrpld-system-node-health`) +**Grafana dashboard**: _Node Health_ (`xrpld-system-node-health`) ### 2.2 Counters @@ -533,7 +533,7 @@ prefix=xrpld **Note**: With `server=otel`, `xrpld_warn` and `xrpld_drop` are properly exported as OTel Counter instruments. The previous StatsD `|m` type limitation no longer applies. -**Grafana dashboard**: _RPC & Pathfinding (System Metrics)_ (`xrpld-system-rpc`) +**Grafana dashboard**: _RPC & Pathfinding_ (`xrpld-system-rpc`) ### 2.3 Histograms (Event timers)