Skip to content

Commit 034d6a0

Browse files
committed
Default dashboard now full width
1 parent 4fb03b1 commit 034d6a0

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

resources/configs/grafana/default_dashboard.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@
2323
}
2424
],
2525
"title": "Outbound connections",
26-
"type": "timeseries"
26+
"type": "timeseries",
27+
"gridPos": {
28+
"h": 8,
29+
"w": 24,
30+
"x": 0,
31+
"y": 0
32+
}
2733
},
2834
{
2935
"datasource":
@@ -45,7 +51,13 @@
4551
}
4652
],
4753
"title": "Inbound connections",
48-
"type": "timeseries"
54+
"type": "timeseries",
55+
"gridPos": {
56+
"h": 8,
57+
"w": 24,
58+
"x": 0,
59+
"y": 0
60+
}
4961
},
5062
{
5163
"datasource":
@@ -67,7 +79,13 @@
6779
}
6880
],
6981
"title": "Mempool size",
70-
"type": "timeseries"
82+
"type": "timeseries",
83+
"gridPos": {
84+
"h": 8,
85+
"w": 24,
86+
"x": 0,
87+
"y": 0
88+
}
7189
},
7290
{
7391
"datasource":
@@ -89,7 +107,13 @@
89107
}
90108
],
91109
"title": "Blocks",
92-
"type": "timeseries"
110+
"type": "timeseries",
111+
"gridPos": {
112+
"h": 8,
113+
"w": 24,
114+
"x": 0,
115+
"y": 0
116+
}
93117
}
94118
]
95119
}

0 commit comments

Comments
 (0)