Skip to content

Commit 3c49f6d

Browse files
authored
Merge pull request #696 from macgyver13/add-sample-lnd-dashboard
Add sample lnd dashboard to grafana
2 parents 8a2e34c + ccb1cd4 commit 3c49f6d

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"title": "Sample Warnet Dashboard (LND)",
3+
"refresh": "5s",
4+
"time": {
5+
"from": "now-30m",
6+
"to": "now"
7+
},
8+
"panels": [
9+
{
10+
"datasource": {
11+
"type": "prometheus",
12+
"uid": "PBFA97CFB590B2094"
13+
},
14+
"gridPos": {
15+
"h": 8,
16+
"w": 24,
17+
"x": 0,
18+
"y": 0
19+
},
20+
"targets": [
21+
{
22+
"datasource": {
23+
"type": "prometheus",
24+
"uid": "PBFA97CFB590B2094"
25+
},
26+
"editorMode": "code",
27+
"expr": "lnd_balance_channels",
28+
"legendFormat": "{{pod}}",
29+
"range": true,
30+
"refId": "A"
31+
}
32+
],
33+
"title": "Channel Balance",
34+
"type": "timeseries"
35+
},
36+
{
37+
"datasource": {
38+
"type": "prometheus",
39+
"uid": "PBFA97CFB590B2094"
40+
},
41+
"gridPos": {
42+
"h": 8,
43+
"w": 24,
44+
"x": 0,
45+
"y": 8
46+
},
47+
"targets": [
48+
{
49+
"datasource": {
50+
"type": "prometheus",
51+
"uid": "PBFA97CFB590B2094"
52+
},
53+
"editorMode": "code",
54+
"expr": "lnd_peers",
55+
"legendFormat": "{{pod}}",
56+
"range": true,
57+
"refId": "A"
58+
}
59+
],
60+
"title": "Peers",
61+
"type": "timeseries"
62+
},
63+
{
64+
"datasource": {
65+
"type": "prometheus",
66+
"uid": "PBFA97CFB590B2094"
67+
},
68+
"gridPos": {
69+
"h": 8,
70+
"w": 24,
71+
"x": 0,
72+
"y": 16
73+
},
74+
"targets": [
75+
{
76+
"datasource": {
77+
"type": "prometheus",
78+
"uid": "PBFA97CFB590B2094"
79+
},
80+
"editorMode": "code",
81+
"expr": "lnd_block_height",
82+
"legendFormat": "{{pod}}",
83+
"range": true,
84+
"refId": "A"
85+
}
86+
],
87+
"title": "LND Blocks",
88+
"type": "timeseries"
89+
}
90+
]
91+
}

0 commit comments

Comments
 (0)