mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(grafana): use reth_info to query Reth instances (#6387)
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user