From 42e0fffac72f5ee6917e165027be02cc3d37a183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AEittaG=20ordnasselA?= Date: Mon, 27 May 2019 14:54:39 +0200 Subject: [PATCH] We're not tracking message types --- stats/metrics.go | 1 - 1 file changed, 1 deletion(-) diff --git a/stats/metrics.go b/stats/metrics.go index 20904fe..2991e3e 100644 --- a/stats/metrics.go +++ b/stats/metrics.go @@ -16,7 +16,6 @@ var ( }, []string{ "chatid", "user", - "messagetype", }) opCommand = promauto.NewCounterVec(prometheus.CounterOpts{ Name: "broker_received_commands",