diff --git a/main.go b/main.go index 85bcb98..c10d07d 100644 --- a/main.go +++ b/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",