Skip to content

Commit

Permalink
Rename configmap_watch_failures to configmap_watch_failures_total
Browse files Browse the repository at this point in the history
See https://prometheus.io/docs/practices/naming/.  This has not
been included in a release so we are not going to deprecate it.
  • Loading branch information
nckturner committed Feb 11, 2022
1 parent 2cc0aa2 commit 8b98fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metrics/metrics.go
Expand Up @@ -37,7 +37,7 @@ func CreateMetrics(reg prometheus.Registerer) Metrics {
ConfigMapWatchFailures: factory.NewCounter(
prometheus.CounterOpts{
Namespace: Namespace,
Name: "configmap_watch_failures",
Name: "configmap_watch_failures_total",
Help: "EKS Configmap watch failures",
},
),
Expand Down

0 comments on commit 8b98fb2

Please sign in to comment.