4
main.go
4
main.go
@@ -95,8 +95,8 @@ var (
|
||||
Help: "The total number of queries.",
|
||||
})
|
||||
counterNoPath = promauto.NewCounter(prometheus.CounterOpts{
|
||||
Name: "goredirect_not_found",
|
||||
Help: "The total number of queries with unknown slug.",
|
||||
Name: "goredirect_no_path",
|
||||
Help: "The total number of queries with no slug.",
|
||||
})
|
||||
counterInvalidSlug = promauto.NewCounter(prometheus.CounterOpts{
|
||||
Name: "goredirect_invalid_slug",
|
||||
|
Reference in New Issue
Block a user