Skip to content

Commit

Permalink
Update https/users.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Kochie <superq@gmail.com>
  • Loading branch information
roidelapluie and SuperQ committed Dec 26, 2020
1 parent 708b3f7 commit e1d4cf1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions https/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ type userAuthRoundtrip struct {
func (u *userAuthRoundtrip) instrument(r prometheus.Registerer) {
u.failuresCounter = prometheus.NewCounter(
prometheus.CounterOpts{
Namespace: "prometheus_toolkit_web",
Name: "http_request_basic_authentication_failures_total",
Namespace: "prometheus_toolkit",
Subsystem: "https",
Name: "request_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 e1d4cf1

Please sign in to comment.