forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 26
/
home.json
140 lines (140 loc) · 4.01 KB
/
home.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"links": [],
"panels": [
{
"datasource": null,
"gridPos": {
"h": 5,
"w": 24,
"x": 0,
"y": 0
},
"id": 1,
"title": "",
"transparent": false,
"type": "text",
"mode": "html",
"content": "<table cellspacing='0' cellpadding='0' style='border-collapse: collapse;border:none'><tr><td style='border:none'><img src=/public/img/statoshi.png /></td><td style='border:none'><div><h2>Statoshi.info - Realtime Bitcoin Node Stats</h2>To learn about the purpose of statoshi.info, <a href='https://blog.lopp.net/announcing-statoshi-info/'><u>read this</u>.</a><br/>To learn how to use Grafana, <a href='https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/'><u>RTFM</u></a> and <a href='https://grafana.com/tutorials/'><u>WTFV</u></a><br/>In order to create an account on statoshi.info, <a href='https://blog.lopp.net/statoshi-info-account-creation-guide/'><u>follow this guide</u>.</a><br/>Statoshi is open source; you can <a href='https://github.com/jlopp/statoshi'><u>find us on GitHub</u></a></td></tr></table>"
},
{
"gridPos": {
"h": 15,
"w": 12,
"x": 0,
"y": 4
},
"title": "Blocks & Transactions",
"error": false,
"editable": false,
"type": "graph",
"id": 2,
"datasource": null,
"renderer": "flot",
"x-axis": true,
"y-axis": true,
"y_formats": [
"short",
"none"
],
"grid": {
"leftLogBase": 1,
"leftMax": null,
"rightMax": null,
"leftMin": null,
"rightMin": null,
"rightLogBase": 1,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"lines": true,
"fill": 1,
"linewidth": 2,
"points": false,
"pointradius": 5,
"bars": false,
"stack": false,
"percentage": false,
"legend": {
"show": true,
"values": true,
"min": false,
"max": false,
"current": false,
"total": false,
"avg": true
},
"nullPointMode": "connected",
"steppedLine": false,
"tooltip": {
"value_type": "cumulative",
"shared": true
},
"timeFrom": null,
"timeShift": null,
"targets": [
{
"target": "alias(stats.gauges.blocks.currentHeight, 'Block Height')"
},
{
"target": "alias(stats.transactions.accepted, 'Transactions Per Second')"
}
],
"aliasColors": {},
"seriesOverrides": [
{
"alias": "stats.gauges.blocks.currentHeight",
"yaxis": 2
},
{
"alias": "Block Height",
"yaxis": 2
}
],
"links": []
},
{
"datasource": null,
"folderId": 0,
"gridPos": {
"h": 15,
"w": 12,
"x": 12,
"y": 4
},
"id": 3,
"links": [],
"options": {
"showStarred": false,
"showRecentlyViewed":false,
"showSearch": true,
"showHeadings": true,
"folderId": 0,
"maxItems": 30,
"tags": [],
"query": ""
},
"title": "",
"type": "dashlist"
}
],
"schemaVersion": 22,
"tags": [],
"templating": {
"list": []
},
"time": {
"from": "now-6h",
"to": "now"
},
"editable": false,
"timepicker": {
"hidden": true,
"refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
"time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"],
"type": "timepicker"
},
"timezone": "browser",
"title": "Home"
}