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:
Pankaj Garg
2018-12-12 12:38:00 -08:00
committed by GitHub
parent ad8b095677
commit 3413ecc2bd
2 changed files with 7 additions and 3 deletions

View File

@ -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,