Merge pull request #8053 from JimMoen/fix-typo

fix: typo in authn/authz metrics sup
This commit is contained in:
JianBo He 2022-05-26 21:34:37 +08:00 committed by GitHub
commit 18eac2efa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ start_link() ->
init([]) ->
AuthnMetrics = emqx_metrics_worker:child_spec(emqx_authn_metrics, authn_metrics),
AuthzMetrics = emqx_metrics_worker:child_spec(eqmx_authz_metrics, authz_metrics),
AuthzMetrics = emqx_metrics_worker:child_spec(emqx_authz_metrics, authz_metrics),
{ok,
{
{one_for_one, 10, 100},