X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=src%2Fbeam_stats.app.src;h=6dfb736cfc066c0ed3558d6b13c1fe51c38d7496;hb=630ad37165fb8c8eef61058291e312b9d8b9de10;hp=25c96af39c2f80bbf87b17b3425c9f6b30aeba50;hpb=71a4e8585f10060fc48509fc4f8cf65decf8b055;p=beam_stats.git diff --git a/src/beam_stats.app.src b/src/beam_stats.app.src index 25c96af..6dfb736 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.15.0"}, {registered, []}, {applications, [ kernel @@ -13,20 +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"} - ]} - ]} + , {consumers, []} ]} ]}.