File tree Expand file tree Collapse file tree 1 file changed +91
-0
lines changed
resources/charts/grafana-dashboards/files Expand file tree Collapse file tree 1 file changed +91
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments