From 2f027551c92fe7f418d4317dd3b51e7d8c17460b Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Sat, 4 Jul 2026 02:53:32 +0100 Subject: [PATCH] docs(telemetry): drop redundant xrpld- prefix from dashboard uids in runbook Co-Authored-By: Claude Opus 4.8 --- docs/telemetry-runbook.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/telemetry-runbook.md b/docs/telemetry-runbook.md index 02fa709735..b73dfcce0c 100644 --- a/docs/telemetry-runbook.md +++ b/docs/telemetry-runbook.md @@ -479,7 +479,7 @@ three signals' attributes over OTLP directly. Three dashboards are pre-provisioned in `docker/telemetry/grafana/dashboards/`: -### RPC Performance (`xrpld-rpc-perf`) +### RPC Performance (`rpc-performance`) | Panel | Type | PromQL | Labels Used | | --------------------------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------- | @@ -488,7 +488,7 @@ Three dashboards are pre-provisioned in `docker/telemetry/grafana/dashboards/`: | RPC Error Rate | bargauge | Error spans / total spans × 100, grouped by `xrpl_rpc_command` | `xrpl_rpc_command`, `status_code` | | RPC Latency Heatmap | heatmap | `sum(increase(traces_span_metrics_duration_milliseconds_bucket{span_name=~"rpc.command.*"}[5m])) by (le)` | `le` (bucket boundaries) | -### Transaction Overview (`xrpld-transactions`) +### Transaction Overview (`transaction-overview`) | Panel | Type | PromQL | Labels Used | | --------------------------------- | ---------- | -------------------------------------------------------------------------------------------- | --------------- | @@ -497,7 +497,7 @@ Three dashboards are pre-provisioned in `docker/telemetry/grafana/dashboards/`: | Transaction Path Distribution | piechart | `sum by (xrpl_tx_local) (rate(traces_span_metrics_calls_total{span_name="tx.process"}[5m]))` | `xrpl_tx_local` | | Transaction Receive vs Suppressed | timeseries | `rate(traces_span_metrics_calls_total{span_name="tx.receive"}[5m])` | — | -### Consensus Health (`xrpld-consensus`) +### Consensus Health (`consensus-health`) | Panel | Type | PromQL | Labels Used | | ----------------------------- | ---------- | ---------------------------------------------------------------------------------- | ----------- |