From 8669db42f932fd97082cfa8cf128a516f9c8c137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=9F=D1=80=D0=BE?= =?UTF-8?q?=D1=85=D0=BE=D1=80=D0=BE=D0=B2?= Date: Sat, 20 Oct 2018 20:40:07 +0200 Subject: [PATCH] Fix metric --- src/mtp_handler.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mtp_handler.erl b/src/mtp_handler.erl index 82d4afe..3cbe7c9 100644 --- a/src/mtp_handler.erl +++ b/src/mtp_handler.erl @@ -281,7 +281,7 @@ up_send(Packet, #state{stage = tunnel, lager:warning("Upstream send error: ~p", [Reason]), throw({stop, normal, S}) end - end), + end, #{labels => [Listener]}), {ok, S#state{codec = UpCodec1}}. down_send(Packet, #state{down = Down} = S) ->