X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=src%2Fbeam_stats.app.src;h=b88f4646ad5e727bc3cad69008ee0ae7a449d8c3;hb=81e131a4b5ad42f9fbc277c1164bf7f2f243a8e7;hp=9f5c42828fbf98b8dcd255f03c99ff698584bb17;hpb=a222ff4dc5951e41d76451156d10a3c8047edbe4;p=beam_stats.git diff --git a/src/beam_stats.app.src b/src/beam_stats.app.src index 9f5c428..b88f464 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.1"}, + {vsn, "0.14.1"}, {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, []} ]} ]}.