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