Skip to content

Commit 59787a0

Browse files
committed
Instantiate wtclientcollector
1 parent 13a88d9 commit 59787a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collectors/prometheus.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ func NewPrometheusExporter(cfg *PrometheusConfig, lnd *lndclient.LndServices,
118118
NewPeerCollector(lnd.Client, errChan),
119119
NewInfoCollector(lnd.Client, errChan),
120120
NewStateCollector(lnd, errChan, monitoringCfg.ProgramStartTime),
121+
NewWtClientCollector(lnd, errChan),
121122
}
122123

123124
if !monitoringCfg.DisableHtlc {

0 commit comments

Comments
 (0)