chore(grafana): display empty string if no cargo features are available (#10862)

This commit is contained in:
Alexey Shekhirin
2024-09-12 14:26:25 +01:00
committed by GitHub
parent acdb7b7e2e
commit 4cbe931c0d

View File

@ -598,7 +598,7 @@
"exemplar": false, "exemplar": false,
"expr": "reth_info{instance=~\"$instance\"}", "expr": "reth_info{instance=~\"$instance\"}",
"instant": true, "instant": true,
"legendFormat": "{{cargo_features}}", "legendFormat": "{{cargo_features}} ",
"range": false, "range": false,
"refId": "A" "refId": "A"
} }
@ -8911,6 +8911,6 @@
"timezone": "", "timezone": "",
"title": "Reth", "title": "Reth",
"uid": "2k8BXz24x", "uid": "2k8BXz24x",
"version": 2, "version": 3,
"weekStart": "" "weekStart": ""
} }