From 4066c62f27381f475c41be02fabeefea0ac87787 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 14 Aug 2026 22:56:58 +0100 Subject: [PATCH] fix(telemetry): show the network type in the FullBelowCache gauge title Single-value panels carry the filtered network type in their title because they have no legend to put it in; multi-series panels carry it in legendFormat instead. This gauge was the only single-value panel across the fifteen dashboards without it, so its reading was ambiguous once more than one network type was in scope. --- docker/telemetry/grafana/dashboards/node-health.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/telemetry/grafana/dashboards/node-health.json b/docker/telemetry/grafana/dashboards/node-health.json index 5fcde759cd..cf86b02c3f 100644 --- a/docker/telemetry/grafana/dashboards/node-health.json +++ b/docker/telemetry/grafana/dashboards/node-health.json @@ -3017,7 +3017,7 @@ "refId": "A" } ], - "title": "FullBelowCache Hit Rate", + "title": "FullBelowCache Hit Rate [$xrpl_network_type]", "type": "gauge" } ],