diff --git a/cron/worker/main.go b/cron/worker/main.go index 97775c62..640d342f 100644 --- a/cron/worker/main.go +++ b/cron/worker/main.go @@ -117,6 +117,7 @@ func startMetricsExporter() (monitoring.Exporter, error) { if err := view.Register( &stats.CheckRuntime, + &stats.RepoRuntime, &stats.OutgoingHTTPRequests); err != nil { return nil, fmt.Errorf("error during view.Register: %w", err) }