From ec03343a76291f10fd2216ef74addff98b9701f9 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 11 Feb 2021 14:17:44 +0100 Subject: Rename the project to menshen - Closes: #4 --- metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metrics.go') diff --git a/metrics.go b/metrics.go index 2c581ba..bfa9678 100644 --- a/metrics.go +++ b/metrics.go @@ -6,7 +6,7 @@ import ( ) var hitsPerCountry = promauto.NewCounterVec(prometheus.CounterOpts{ - Name: "getmyip_hits", + Name: "menshen_hits", Help: "Number of hits in the geolocation service", }, []string{"country"}, -- cgit v1.2.3