feat: start `telemetry` app before `emqx`
This commit is contained in:
parent
1ad3b5df17
commit
a6ba8494d8
1
mix.exs
1
mix.exs
|
@ -208,6 +208,7 @@ defmodule EMQXUmbrella.MixProject do
|
||||||
redbug: :permanent,
|
redbug: :permanent,
|
||||||
xmerl: :permanent,
|
xmerl: :permanent,
|
||||||
hocon: :load,
|
hocon: :load,
|
||||||
|
telemetry: :permanent,
|
||||||
emqx: :load,
|
emqx: :load,
|
||||||
emqx_conf: :load,
|
emqx_conf: :load,
|
||||||
emqx_machine: :permanent
|
emqx_machine: :permanent
|
||||||
|
|
|
@ -360,6 +360,7 @@ relx_apps(ReleaseType, Edition) ->
|
||||||
redbug,
|
redbug,
|
||||||
xmerl,
|
xmerl,
|
||||||
{hocon, load},
|
{hocon, load},
|
||||||
|
telemetry,
|
||||||
% started by emqx_machine
|
% started by emqx_machine
|
||||||
{emqx, load},
|
{emqx, load},
|
||||||
{emqx_conf, load},
|
{emqx_conf, load},
|
||||||
|
|
Loading…
Reference in New Issue