X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=src%2Fbeam_stats.app.src;h=9eb72abdcf7a5f2cbbcb1462cdb855fae9436851;hb=2086842d3832286088d0ca9646b23e3bfd50553c;hp=24ab5dd02831d5f22c42fece4966906419d8fc36;hpb=a8ac35479070606ed5880d8b648df176cf331551;p=beam_stats.git diff --git a/src/beam_stats.app.src b/src/beam_stats.app.src index 24ab5dd..9eb72ab 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.5.2"}, {registered, []}, {applications, [ kernel @@ -13,26 +13,7 @@ {env, [ {production_interval , 30000} - , {consumers, - [ {beam_stats_consumer_graphite, - [ {consumption_interval , 60000} - , {connect_options, - [ {host , "localhost"} - , {port , 2003} - , {timeout , 5000} - ]} - ]} - , {beam_stats_consumer_csv, - [ {consumption_interval , 60000} - , {path , "beam_stats.csv"} - ]} - , {beam_stats_consumer_statsd, - [ {consumption_interval , 60000} - , {dst_host , "localhost"} - , {dst_port , 8125} - , {src_port , 8124} - ]} - ]} + , {consumers, []} ]} ]}.