feat(grafana): use reth_info to query Reth instances (#6387)

Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
Delweng
2024-02-13 21:11:11 +08:00
committed by GitHub
parent 9814d3c0dd
commit cfcbaed552

View File

@ -7072,14 +7072,14 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"definition": "query_result(up)",
"definition": "query_result(reth_info)",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "instance",
"options": [],
"query": {
"query": "query_result(up)",
"query": "query_result(reth_info)",
"refId": "PrometheusVariableQueryEditor-VariableQuery"
},
"refresh": 1,