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.
This commit is contained in:
Pratik Mankawde
2026-08-14 22:56:58 +01:00
parent 2e1ebf90bb
commit 4066c62f27

View File

@@ -3017,7 +3017,7 @@
"refId": "A"
}
],
"title": "FullBelowCache Hit Rate",
"title": "FullBelowCache Hit Rate [$xrpl_network_type]",
"type": "gauge"
}
],