mirror of
https://github.com/seriyps/mtproto_proxy.git
synced 2026-08-04 15:19:47 +00:00
Fix metric bug
This commit is contained in:
parent
d2103e7c72
commit
a31589f40c
1 changed files with 2 additions and 2 deletions
|
|
@ -21,5 +21,5 @@ gauge_set(_Name, _Value, _Extra) ->
|
|||
histogram_observe(_Name, _Value, _Extra) ->
|
||||
noop.
|
||||
|
||||
rt(_Name, _Fun) ->
|
||||
noop.
|
||||
rt(_Name, Fun) ->
|
||||
Fun().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue