11
0

fixup prom copy-pasta name duplication

regression of 685d621556
This commit is contained in:
2025-05-23 10:45:40 +03:00
parent 3bc9b283b3
commit f2c34cf2b0

View File

@@ -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",