Explorar el Código

feat: start `telemetry` app before `emqx`

Thales Macedo Garitezi hace 3 años
padre
commit
a6ba8494d8
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      mix.exs
  2. 1 0
      rebar.config.erl

+ 1 - 0
mix.exs

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

+ 1 - 0
rebar.config.erl

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