diff --git a/metrics/metrics.go b/metrics/metrics.go index 4686d4e..2661521 100644 --- a/metrics/metrics.go +++ b/metrics/metrics.go @@ -12,7 +12,7 @@ var ( prometheus.GaugeOpts{ Name: "custom_reconciliation_consecutive_errors_total", Help: "Total number of consecutive reconciliation errors labeled by controller, cluster and environment", - }, []string{"controller", "cluster_name", "cluster_environment"}, + }, []string{"controller", "object_name", "object_environment"}, ) )