chore: update changes
This commit is contained in:
parent
712f7b7454
commit
794ddd8d73
|
@ -1,7 +1,7 @@
|
|||
%% -*- mode: erlang -*-
|
||||
{application, emqx_statsd, [
|
||||
{description, "EMQX Statsd"},
|
||||
{vsn, "5.0.8"},
|
||||
{vsn, "5.0.9"},
|
||||
{registered, []},
|
||||
{mod, {emqx_statsd_app, []}},
|
||||
{applications, [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Deprecates the integration with StatsD.
|
||||
|
||||
Since StatsD is not used a lot. So we will deprecate it in the next release
|
||||
and plan to remove it in 5.1
|
Loading…
Reference in New Issue