@@ -39,27 +39,27 @@ func NewGraphCollector(lnd lnrpc.LightningClient) *GraphCollector {
39
39
),
40
40
41
41
timelockDeltaDesc : prometheus .NewDesc (
42
- "lnd_channels_timelock_delta " ,
42
+ "lnd_graph_timelock_delta " ,
43
43
"time lock delta for a channel routing policy" ,
44
44
labels , nil ,
45
45
),
46
46
minHtlcMsatDesc : prometheus .NewDesc (
47
- "lnd_channels_min_htlc_msat " ,
47
+ "lnd_graph_min_htlc_msat " ,
48
48
"min htlc for a channel routing policy in msat" ,
49
49
labels , nil ,
50
50
),
51
51
feeBaseMsatDesc : prometheus .NewDesc (
52
- "lnd_channels_fee_base_msat " ,
52
+ "lnd_graph_fee_base_msat " ,
53
53
"base fee for a channel routing policy in msat" ,
54
54
labels , nil ,
55
55
),
56
56
feeRateMsatDesc : prometheus .NewDesc (
57
- "lnd_channels_fee_rate_msat " ,
57
+ "lnd_graph_fee_rate_msat " ,
58
58
"fee rate for a channel routing policy in msat" ,
59
59
labels , nil ,
60
60
),
61
61
maxHtlcMsatDesc : prometheus .NewDesc (
62
- "lnd_channels_max_htlc_msat " ,
62
+ "lnd_graph_max_htlc_msat " ,
63
63
"max htlc for a channel routing policy in msat" ,
64
64
labels , nil ,
65
65
),
0 commit comments