We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a88d9 commit 59787a0Copy full SHA for 59787a0
1 file changed
collectors/prometheus.go
@@ -118,6 +118,7 @@ func NewPrometheusExporter(cfg *PrometheusConfig, lnd *lndclient.LndServices,
118
NewPeerCollector(lnd.Client, errChan),
119
NewInfoCollector(lnd.Client, errChan),
120
NewStateCollector(lnd, errChan, monitoringCfg.ProgramStartTime),
121
+ NewWtClientCollector(lnd, errChan),
122
}
123
124
if !monitoringCfg.DisableHtlc {
0 commit comments