summaryrefslogtreecommitdiff
path: root/metrics.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2021-02-11 14:17:44 +0100
committerRuben Pollan <meskio@sindominio.net>2021-02-11 16:27:18 +0100
commitec03343a76291f10fd2216ef74addff98b9701f9 (patch)
tree82206a737191d5ad3c5962cc7e6e5c8092a90359 /metrics.go
parent4698b744ff45c7ffa4674daec0bceffab48cd6ef (diff)
Rename the project to menshen
- Closes: #4
Diffstat (limited to 'metrics.go')
-rw-r--r--metrics.go2
1 files changed, 1 insertions, 1 deletions
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"},