X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=src%2Fbeam_stats.app.src;h=a9b621d23d75adf176f050300c8997783de50c10;hb=8fe744e7d00da9039d59d3551d4f05a0e1b007d2;hp=da3e2a38d7bd49778b5349649bb0f17983cec322;hpb=b545475b0a1ae7d01648ba5798a803c97bf28582;p=beam_stats.git diff --git a/src/beam_stats.app.src b/src/beam_stats.app.src index da3e2a3..a9b621d 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.0.0"}, + {vsn, "0.13.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, []} ]} ]}.