diff --git a/cmd/site/main.go b/cmd/site/main.go index e3987b3..843884d 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -34,7 +34,7 @@ func main() { "port": port, }) - prometheus.Register(prommod.NewCollector("christine")) + _ = prometheus.Register(prommod.NewCollector("christine")) s, err := Build() if err != nil {