Fix metric

parent f67f88f8
...@@ -281,7 +281,7 @@ up_send(Packet, #state{stage = tunnel, ...@@ -281,7 +281,7 @@ up_send(Packet, #state{stage = tunnel,
lager:warning("Upstream send error: ~p", [Reason]), lager:warning("Upstream send error: ~p", [Reason]),
throw({stop, normal, S}) throw({stop, normal, S})
end end
end), end, #{labels => [Listener]}),
{ok, S#state{codec = UpCodec1}}. {ok, S#state{codec = UpCodec1}}.
down_send(Packet, #state{down = Down} = S) -> down_send(Packet, #state{down = Down} = S) ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment