Change query used to find list of nodes in the network (#2124)
* Change query used to find list of nodes in the network * include "All" option for host selection
This commit is contained in:
@ -67,12 +67,12 @@ else:
|
||||
{'allValue': None,
|
||||
'datasource': 'Solana Metrics (read-only)',
|
||||
'hide': 0,
|
||||
'includeAll': False,
|
||||
'includeAll': True,
|
||||
'label': 'HostID',
|
||||
'multi': False,
|
||||
'name': 'hostid',
|
||||
'options': [],
|
||||
'query': 'SELECT DISTINCT(\"host_id\") FROM \"$testnet\".\"autogen\".\"counter-bank-process_transactions-txs\" ',
|
||||
'query': 'SELECT DISTINCT(\"host_id\") FROM \"$testnet\".\"autogen\".\"counter-fullnode-new\" ',
|
||||
'refresh': 2,
|
||||
'regex': '',
|
||||
'sort': 1,
|
||||
|
Reference in New Issue
Block a user