Fix metric bug

parent d2103e7c
......@@ -21,5 +21,5 @@ gauge_set(_Name, _Value, _Extra) ->
histogram_observe(_Name, _Value, _Extra) ->
noop.
rt(_Name, _Fun) ->
noop.
rt(_Name, Fun) ->
Fun().
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