Add restore attempt and success/failure counters

Signed-off-by: Nolan Brubaker <nolan@heptio.com>
This commit is contained in:
Nolan Brubaker
2018-07-25 11:22:43 -04:00
parent 39c03008be
commit 7cebfe2df0
4 changed files with 111 additions and 13 deletions
+1
View File
@@ -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() {