From 4cbe931c0d0fc6ab76de05f9a21c02df6c1d9278 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Thu, 12 Sep 2024 14:26:25 +0100 Subject: [PATCH] chore(grafana): display empty string if no cargo features are available (#10862) --- etc/grafana/dashboards/overview.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/grafana/dashboards/overview.json b/etc/grafana/dashboards/overview.json index a0c90e807..addd17930 100644 --- a/etc/grafana/dashboards/overview.json +++ b/etc/grafana/dashboards/overview.json @@ -598,7 +598,7 @@ "exemplar": false, "expr": "reth_info{instance=~\"$instance\"}", "instant": true, - "legendFormat": "{{cargo_features}}", + "legendFormat": "{{cargo_features}} ", "range": false, "refId": "A" } @@ -8911,6 +8911,6 @@ "timezone": "", "title": "Reth", "uid": "2k8BXz24x", - "version": 2, + "version": 3, "weekStart": "" }