Skip to content

Commit

Permalink
Merge pull request #432 from kubernetes-sigs/rename-configmap_watch_f…
Browse files Browse the repository at this point in the history
…ailures_total

Rename configmap_watch_failures to configmap_watch_failures_total
  • Loading branch information
k8s-ci-robot committed Feb 11, 2022
2 parents 2cc0aa2 + 8b98fb2 commit 3cd7299
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 3cd7299

Please sign in to comment.