Ah right, it's promauto.

This commit is contained in:
Hamcha 2019-05-27 14:53:06 +02:00
parent a0a24f37c0
commit e05f513f2a
Signed by: hamcha
GPG key ID: A40413D21021EAEE

View file

@ -25,9 +25,3 @@ var (
"command",
})
)
func init() {
prometheus.MustRegister(opTotalMsg)
prometheus.MustRegister(opMsgPerChat)
prometheus.MustRegister(opCommand)
}