Skip to content

Commit

Permalink
fix: update custom metric labels so it don't conflict with datadog de…
Browse files Browse the repository at this point in the history
…fault labels
  • Loading branch information
rafatio committed Jun 28, 2024
1 parent 0aa4a3b commit 466115b
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", "environment"},
}, []string{"controller", "cluster_name", "cluster_environment"},
)
)

Expand Down

0 comments on commit 466115b

Please sign in to comment.