Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
  • Loading branch information
roidelapluie committed Dec 28, 2020
1 parent c821d08 commit e633264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (u *userAuthRoundtrip) instrument(r prometheus.Registerer) {
u.failuresCounter = prometheus.NewCounter(
prometheus.CounterOpts{
Namespace: "prometheus_toolkit",
Subsystem: "http"
Subsystem: "http",
Name: "basic_authentication_failures_total",
Help: "Total number of requests rejected by basic authentication because of wrong username, password, or configuration.",
},
Expand Down

0 comments on commit e633264

Please sign in to comment.