Skip to content

Commit ee6a834

Browse files
committed
Update metric name
1 parent a82a8fb commit ee6a834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collectors/wt_client_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func NewWtClientCollector(lnd *lndclient.LndServices,
3535
}, nil,
3636
),
3737
numPendingBackupsDesc: prometheus.NewDesc(
38-
"lnd_wt_client_num_backups", "watchtower client number of backups",
38+
"lnd_wt_client_num_pending_backups", "watchtower client number of pending backups",
3939
[]string{
4040
"tower_pubkey",
4141
}, nil,

0 commit comments

Comments
 (0)