Remove all consumers from default config.
[beam_stats.git] / src / beam_stats.app.src
index e6b3ab7..b54b2c7 100644 (file)
@@ -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
 
   {env,
     [ {production_interval , 30000}
-    , {consumers,
-        [ {beam_stats_consumer_statsd,
-            [ {consumption_interval , 60000}
-            , {dst_host             , "localhost"}
-            , {dst_port             , 8125}
-            , {src_port             , 8124}
-            ]}
-        ]}
+    , {consumers, []}
     ]}
 
  ]}.
This page took 0.022034 seconds and 4 git commands to generate.