feat: start `telemetry` app before `emqx`

This commit is contained in:
Thales Macedo Garitezi 2022-10-13 11:16:37 -03:00
parent 1ad3b5df17
commit a6ba8494d8
2 changed files with 2 additions and 0 deletions

View File

@ -208,6 +208,7 @@ defmodule EMQXUmbrella.MixProject do
redbug: :permanent,
xmerl: :permanent,
hocon: :load,
telemetry: :permanent,
emqx: :load,
emqx_conf: :load,
emqx_machine: :permanent

View File

@ -360,6 +360,7 @@ relx_apps(ReleaseType, Edition) ->
redbug,
xmerl,
{hocon, load},
telemetry,
% started by emqx_machine
{emqx, load},
{emqx_conf, load},