Turn-off Graphite and CSV consumers by default.
[beam_stats.git] / src / beam_stats.app.src
index bc02983..da3e2a3 100644 (file)
@@ -6,6 +6,7 @@
   {applications,
     [ kernel
     , stdlib
+    , hope
     ]},
 
   {mod, { beam_stats_app, []}},
   {env,
     [ {production_interval , 30000}
     , {consumers,
-        [ {beam_stats_consumer_graphite,
+        [ {beam_stats_consumer_statsd,
             [ {consumption_interval , 60000}
-            , {connect_options,
-                [ {host    , "localhost"}
-                , {port    , 2003}
-                , {timeout , 5000}
-                ]}
-            ]}
-        , {beam_stats_consumer_csv,
-            [ {consumption_interval , 60000}
-            , {path                 , "beam_stats.csv"}
+            , {dst_host             , "localhost"}
+            , {dst_port             , 8125}
+            , {src_port             , 8124}
             ]}
         ]}
     ]}
This page took 0.02377 seconds and 4 git commands to generate.