chore: include emqx_management in emqx_prometheus/emqx_statsd

This commit is contained in:
Zhongwen Deng 2023-02-16 11:37:00 +08:00
parent 474979ae47
commit 82b2f9f245
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@
{vsn, "5.0.6"},
{modules, []},
{registered, [emqx_prometheus_sup]},
{applications, [kernel, stdlib, prometheus, emqx]},
{applications, [kernel, stdlib, prometheus, emqx, emqx_management]},
{mod, {emqx_prometheus_app, []}},
{env, []},
{licenses, ["Apache-2.0"]},

View File

@ -8,7 +8,8 @@
kernel,
stdlib,
estatsd,
emqx
emqx,
emqx_management
]},
{env, []},
{modules, []},