mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 15:04:17 +00:00
Add restore attempt and success/failure counters
Signed-off-by: Nolan Brubaker <nolan@heptio.com>
This commit is contained in:
@@ -725,6 +725,7 @@ func (s *server) runControllers(config *api.Config) error {
|
||||
s.snapshotService != nil,
|
||||
s.logger,
|
||||
s.pluginManager,
|
||||
s.metrics,
|
||||
)
|
||||
wg.Add(1)
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user