Standardize on defining consumption_interval first.
[beam_stats.git] / src / beam_stats.app.src
index 1750455..24ab5dd 100644 (file)
@@ -3,10 +3,11 @@
   {description, "Periodic VM stats production and consumption."},
   {vsn, "0.0.0"},
   {registered, []},
-  {applications, [
-                  kernel,
-                  stdlib
-                 ]},
+  {applications,
+    [ kernel
+    , stdlib
+    , hope
+    ]},
 
   {mod, { beam_stats_app, []}},
 
             [ {consumption_interval , 60000}
             , {path                 , "beam_stats.csv"}
             ]}
+        , {beam_stats_consumer_statsd,
+            [ {consumption_interval , 60000}
+            , {dst_host             , "localhost"}
+            , {dst_port             , 8125}
+            , {src_port             , 8124}
+            ]}
         ]}
     ]}
 
This page took 0.029767 seconds and 4 git commands to generate.