diff --git a/pkg/cvo/metrics.go b/pkg/cvo/metrics.go index 76b9162b6..5ea21e9ea 100644 --- a/pkg/cvo/metrics.go +++ b/pkg/cvo/metrics.go @@ -179,6 +179,7 @@ func RunMetrics(runContext context.Context, shutdownContext context.Context, lis } } + klog.Infof("Graceful shutdown complete for metrics server: %s", loopError) return loopError }