Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 82776b3

Browse files
mvinessolana-grimes
authored andcommitted
Merge the "cloud" grafana dashboard into the normal dashboard (#4007)
automerge
1 parent e71ab55 commit 82776b3

File tree

3 files changed

+1993
-277
lines changed

3 files changed

+1993
-277
lines changed

book/src/testnet-participation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ curl -X POST -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":1,
4040
Inspect the blockexplorer at [http://beta.testnet.solana.com/](http://beta.testnet.solana.com/) for activity.
4141

4242
View the [metrics dashboard](
43-
https://metrics.solana.com:3000/d/U9-26Cqmk/testnet-monitor-cloud?refresh=60s&orgId=2&var-testnet=testnet-beta&var-hostid=All)
43+
https://metrics.solana.com:3000/d/testnet-beta/testnet-monitor-beta?var-testnet=testnet-beta)
4444
for more detail on cluster activity.
4545

4646
### Validator Setup

metrics/adjust-dashboard-for-channel.py

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,17 @@
2424
# testnet databases
2525
data['title'] = 'Testnet Monitor'
2626
data['uid'] = 'testnet'
27-
data['templating']['list'] = [{'allValue': None,
27+
data['templating']['list'] = [{'current': {'text': '$datasource',
28+
'value': '$datasource'},
29+
'hide': 1,
30+
'label': 'Data Source',
31+
'name': 'datasource',
32+
'options': [],
33+
'query': 'influxdb',
34+
'refresh': 1,
35+
'regex': '',
36+
'type': 'datasource'},
37+
{'allValue': None,
2838
'current': {'text': 'testnet',
2939
'value': 'testnet'},
3040
'hide': 1,
@@ -45,10 +55,20 @@
4555
# databases
4656
data['title'] = 'Testnet Monitor ({})'.format(channel)
4757
data['uid'] = 'testnet-' + channel
48-
data['templating']['list'] = [{'allValue': ".*",
58+
data['templating']['list'] = [{'current': {'text': '$datasource',
59+
'value': '$datasource'},
60+
'hide': 1,
61+
'label': 'Data Source',
62+
'name': 'datasource',
63+
'options': [],
64+
'query': 'influxdb',
65+
'refresh': 1,
66+
'regex': '',
67+
'type': 'datasource'},
68+
{'allValue': ".*",
4969
'current': {'text': 'testnet',
5070
'value': 'testnet'},
51-
'datasource': 'Solana Influx Cloud (read-only)',
71+
'datasource': '$datasource',
5272
'hide': 1,
5373
'includeAll': False,
5474
'label': 'Testnet',
@@ -65,7 +85,7 @@
6585
'type': 'query',
6686
'useTags': False},
6787
{'allValue': ".*",
68-
'datasource': 'Solana Influx Cloud (read-only)',
88+
'datasource': '$datasource',
6989
'hide': 0,
7090
'includeAll': True,
7191
'label': 'HostID',

0 commit comments

Comments
 (0)