From: Siraaj Khandkar Date: Mon, 24 Aug 2015 17:44:28 +0000 (-0400) Subject: Remove all consumers from default config. X-Git-Tag: 0.1.1^0 X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=commitdiff_plain;h=263d0e35581f65a71c7a5ffeecfd25543e48b862 Remove all consumers from default config. --- diff --git a/src/beam_stats.app.src b/src/beam_stats.app.src index e6b3ab7..b54b2c7 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.1.0"}, + {vsn, "0.1.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, []} ]} ]}.