Skip to content

Commit

Permalink
Remove SLP from grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored and carllin committed Mar 24, 2020
1 parent c541d44 commit d0aa814
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions metrics/scripts/adjust-dashboard-for-channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,8 @@
'value': 'mainnet-beta'},
{'selected': False,
'text': 'Tour de SOL Testnet',
'value': 'tds'},
{'selected': False,
'text': 'Soft Launch Testnet',
'value': 'cluster'}],
'query': 'devnet,mainnet-beta,tds,cluster',
'value': 'tds'}],
'query': 'devnet,mainnet-beta,tds',
'type': 'custom'},
{'allValue': ".*",
'datasource': '$datasource',
Expand Down Expand Up @@ -144,7 +141,7 @@
'options': [],
'query': 'show databases',
'refresh': 1,
'regex': '(devnet|cluster|tds|mainnet-beta|testnet.*)',
'regex': '(devnet|tds|mainnet-beta|testnet.*)',
'sort': 1,
'tagValuesQuery': '',
'tags': [],
Expand Down

0 comments on commit d0aa814

Please sign in to comment.