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