We're not tracking message types

This commit is contained in:
Hamcha 2019-05-27 14:54:39 +02:00
parent e05f513f2a
commit 42e0fffac7
Signed by: hamcha
GPG key ID: A40413D21021EAEE

View file

@ -16,7 +16,6 @@ var (
}, []string{
"chatid",
"user",
"messagetype",
})
opCommand = promauto.NewCounterVec(prometheus.CounterOpts{
Name: "broker_received_commands",