fix(prometheus): restart error

This commit is contained in:
DDDHuang 2022-01-05 17:32:09 +08:00
parent 6c574c08b8
commit 5e48f55eef
1 changed files with 1 additions and 1 deletions

View File

@ -103,8 +103,8 @@ do_stop() ->
end.
do_restart() ->
ok = do_start(),
ok = do_stop(),
ok = do_start(),
ok.
cluster_call(F, A) ->