fix(prometheus): restart error
This commit is contained in:
parent
6c574c08b8
commit
5e48f55eef
|
@ -103,8 +103,8 @@ do_stop() ->
|
|||
end.
|
||||
|
||||
do_restart() ->
|
||||
ok = do_start(),
|
||||
ok = do_stop(),
|
||||
ok = do_start(),
|
||||
ok.
|
||||
|
||||
cluster_call(F, A) ->
|
||||
|
|
Loading…
Reference in New Issue