diff --git a/controllers/k8sgpt_controller.go b/controllers/k8sgpt_controller.go index afe089b4..7b68f09e 100644 --- a/controllers/k8sgpt_controller.go +++ b/controllers/k8sgpt_controller.go @@ -186,7 +186,7 @@ func (r *K8sGPTReconciler) SetupWithManager(mgr ctrl.Manager) error { For(&corev1alpha1.K8sGPT{}). Complete(r) - metrics.Registry.MustRegister(k8sgptReconcileErrorCount) + metrics.Registry.MustRegister(k8sgptReconcileErrorCount, k8sgptNumberOfResults, k8sgptNumberOfResultsByType) return c }