We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82a8fb commit ee6a834Copy full SHA for ee6a834
collectors/wt_client_collector.go
@@ -35,7 +35,7 @@ func NewWtClientCollector(lnd *lndclient.LndServices,
35
}, nil,
36
),
37
numPendingBackupsDesc: prometheus.NewDesc(
38
- "lnd_wt_client_num_backups", "watchtower client number of backups",
+ "lnd_wt_client_num_pending_backups", "watchtower client number of pending backups",
39
[]string{
40
"tower_pubkey",
41
0 commit comments