Skip to content

Commit

Permalink
Merge pull request #2595 from AdamDang/patch-2
Browse files Browse the repository at this point in the history
Typo fix: successfull->successful
  • Loading branch information
k8s-ci-robot authored Jun 2, 2018
2 parents c9fcefe + a7a1f41 commit 0b9eb96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/ingress/controller/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var (
configSuccess = prometheus.NewGauge(prometheus.GaugeOpts{
Namespace: ns,
Name: "config_last_reload_successfull",
Help: `Whether the last configuration reload attemp was successfull.
Help: `Whether the last configuration reload attemp was successful.
Prometheus alert example:
alert: IngressControllerFailedReload
expr: ingress_controller_config_last_reload_successfull == 0
Expand All @@ -53,7 +53,7 @@ var (
configSuccessTime = prometheus.NewGauge(prometheus.GaugeOpts{
Namespace: ns,
Name: "config_last_reload_successfull_timestamp_seconds",
Help: "Timestamp of the last successfull configuration reload.",
Help: "Timestamp of the last successful configuration reload.",
})
// TODO depreciate this metrics in favor of ingress_controller_config_last_reload_successfull_timestamp_seconds
reloadOperation = prometheus.NewCounterVec(
Expand Down

0 comments on commit 0b9eb96

Please sign in to comment.