Skip to content

Commit 35ffa63

Browse files
committed
collectors: instantiate wtclientcollector
1 parent 656a3c4 commit 35ffa63

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)