diff --git a/stats/metrics.go b/stats/metrics.go index 99219ff..20904fe 100644 --- a/stats/metrics.go +++ b/stats/metrics.go @@ -25,9 +25,3 @@ var ( "command", }) ) - -func init() { - prometheus.MustRegister(opTotalMsg) - prometheus.MustRegister(opMsgPerChat) - prometheus.MustRegister(opCommand) -}