Skip to content

Commit

Permalink
fix: update tag name of custom metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
rafatio committed Jul 23, 2024
1 parent 466115b commit 7ce37e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
)
)

Expand Down

0 comments on commit 7ce37e3

Please sign in to comment.