From 266b8db897939f2ce59427d36d488228eddfe270 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:03:53 +0100 Subject: [PATCH] fix(telemetry): widen remaining right-side table-legend timeseries to full width Apply the same width rule from the earlier transaction-overview fix to the job-queue, rpc-perf-otel, and rpc-performance dashboards. Timeseries panels whose legend is a right-side table need the horizontal room, so they go to full width (w=24); each stacks onto its own row and panels below shift down. Pie charts, heatmaps, and bottom-legend panels stay half width. Co-Authored-By: Claude Opus 4.8 --- .../grafana/dashboards/rpc-performance.json | 6 +++--- .../grafana/dashboards/xrpld-job-queue.json | 16 +++++++-------- .../dashboards/xrpld-rpc-perf-otel.json | 20 +++++++++---------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docker/telemetry/grafana/dashboards/rpc-performance.json b/docker/telemetry/grafana/dashboards/rpc-performance.json index 45074c0eac..283fab1d2e 100644 --- a/docker/telemetry/grafana/dashboards/rpc-performance.json +++ b/docker/telemetry/grafana/dashboards/rpc-performance.json @@ -332,7 +332,7 @@ "type": "timeseries", "gridPos": { "h": 8, - "w": 12, + "w": 24, "x": 0, "y": 32 }, @@ -377,8 +377,8 @@ "gridPos": { "h": 8, "w": 12, - "x": 12, - "y": 32 + "x": 0, + "y": 40 }, "options": { "tooltip": { diff --git a/docker/telemetry/grafana/dashboards/xrpld-job-queue.json b/docker/telemetry/grafana/dashboards/xrpld-job-queue.json index f19fdedce1..1c84c021ca 100644 --- a/docker/telemetry/grafana/dashboards/xrpld-job-queue.json +++ b/docker/telemetry/grafana/dashboards/xrpld-job-queue.json @@ -137,7 +137,7 @@ "type": "timeseries", "gridPos": { "h": 8, - "w": 12, + "w": 24, "x": 0, "y": 16 }, @@ -188,9 +188,9 @@ "type": "timeseries", "gridPos": { "h": 8, - "w": 12, - "x": 12, - "y": 16 + "w": 24, + "x": 0, + "y": 24 }, "options": { "tooltip": { @@ -241,7 +241,7 @@ "h": 8, "w": 12, "x": 0, - "y": 24 + "y": 32 }, "options": { "tooltip": { @@ -294,7 +294,7 @@ "h": 8, "w": 12, "x": 12, - "y": 24 + "y": 32 }, "options": { "tooltip": { @@ -347,7 +347,7 @@ "h": 8, "w": 24, "x": 0, - "y": 32 + "y": 40 }, "options": { "tooltip": { @@ -398,7 +398,7 @@ "h": 8, "w": 24, "x": 0, - "y": 40 + "y": 48 }, "options": { "tooltip": { diff --git a/docker/telemetry/grafana/dashboards/xrpld-rpc-perf-otel.json b/docker/telemetry/grafana/dashboards/xrpld-rpc-perf-otel.json index b7fc34fde1..fec0a5e6f9 100644 --- a/docker/telemetry/grafana/dashboards/xrpld-rpc-perf-otel.json +++ b/docker/telemetry/grafana/dashboards/xrpld-rpc-perf-otel.json @@ -74,7 +74,7 @@ "type": "timeseries", "gridPos": { "h": 8, - "w": 12, + "w": 24, "x": 0, "y": 8 }, @@ -124,9 +124,9 @@ "type": "timeseries", "gridPos": { "h": 8, - "w": 12, - "x": 12, - "y": 8 + "w": 24, + "x": 0, + "y": 16 }, "options": { "tooltip": { @@ -176,7 +176,7 @@ "h": 8, "w": 12, "x": 0, - "y": 16 + "y": 24 }, "options": { "tooltip": { @@ -226,9 +226,9 @@ "type": "timeseries", "gridPos": { "h": 8, - "w": 12, - "x": 12, - "y": 16 + "w": 24, + "x": 0, + "y": 32 }, "options": { "tooltip": { @@ -278,7 +278,7 @@ "h": 8, "w": 24, "x": 0, - "y": 24 + "y": 40 }, "options": { "tooltip": { @@ -346,7 +346,7 @@ "h": 8, "w": 12, "x": 0, - "y": 32 + "y": 48 }, "options": { "reduceOptions": {