// Register Prometheus metrics with the sigs.k8s.io/controller-runtime/pkg/metrics registry
sess := v1.WithPrometheusMetrics(session.Must(session.NewSession()), metrics.Registry)
ctx := context.Background()
// Register Prometheus metrics with the sigs.k8s.io/controller-runtime/pkg/metrics registry
cfg = v2.WithPrometheusMetrics(lo.Must(config.LoadDefaultConfig(ctx)), metrics.Registry)