X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=src%2Fbeam_stats.app.src;h=e9dcfff752b62d472db35cf16d67f5bec217ae70;hb=1aa506ead33e356c87e1b0b3cbafaeaf62086e61;hp=e6b3ab7a07c891aa64719ce7e1eac8b717c3607b;hpb=101874c36980f5c738575c0143ae673c0797b6d4;p=beam_stats.git diff --git a/src/beam_stats.app.src b/src/beam_stats.app.src index e6b3ab7..e9dcfff 100644 --- a/src/beam_stats.app.src +++ b/src/beam_stats.app.src @@ -1,7 +1,7 @@ {application, beam_stats, [ {description, "Periodic VM stats production and consumption."}, - {vsn, "0.1.0"}, + {vsn, "0.10.0"}, {registered, []}, {applications, [ kernel @@ -13,14 +13,7 @@ {env, [ {production_interval , 30000} - , {consumers, - [ {beam_stats_consumer_statsd, - [ {consumption_interval , 60000} - , {dst_host , "localhost"} - , {dst_port , 8125} - , {src_port , 8124} - ]} - ]} + , {consumers, []} ]} ]}.