From ca1574c6ef319ec2051d5a35de1aa568d0b3de00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AEittaG=20ordnasselA?= Date: Mon, 27 May 2019 15:26:38 +0200 Subject: [PATCH] Woopsie --- stats/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats/main.go b/stats/main.go index 40c2400..63cfa7e 100644 --- a/stats/main.go +++ b/stats/main.go @@ -26,7 +26,7 @@ func process(broker *tg.Broker, update tg.APIUpdate) { if strings.HasPrefix(*update.Message.Text, "/") { opCommand.With(prometheus.Labels{ "command": strings.SplitN(*update.Message.Text, " ", 2)[0], - }) + }).Inc() } } }