diff --git a/internal/statistics/pod_collector.go b/internal/statistics/pod_collector.go index f6a4165..cf7ec09 100644 --- a/internal/statistics/pod_collector.go +++ b/internal/statistics/pod_collector.go @@ -216,7 +216,7 @@ func (w *PodCollector) watch( if ok && apiStatus.ErrStatus.Code == http.StatusGone { // The resource version we were watching is too old. log.Warn().Msg("Resource version too old, resetting watch.") - + return } else { log.Error().Msgf("Watch event error: %+v", event)