feat: aggregate anonymous process data by origin
[beam_stats.git] / src / beam_stats.app.src
index bc02983..56f2133 100644 (file)
@@ -1,31 +1,19 @@
 {application, beam_stats,
  [
   {description, "Periodic VM stats production and consumption."},
-  {vsn, "0.0.0"},
+  {vsn, "0.11.0"},
   {registered, []},
   {applications,
     [ kernel
     , stdlib
+    , hope
     ]},
 
   {mod, { beam_stats_app, []}},
 
   {env,
     [ {production_interval , 30000}
-    , {consumers,
-        [ {beam_stats_consumer_graphite,
-            [ {consumption_interval , 60000}
-            , {connect_options,
-                [ {host    , "localhost"}
-                , {port    , 2003}
-                , {timeout , 5000}
-                ]}
-            ]}
-        , {beam_stats_consumer_csv,
-            [ {consumption_interval , 60000}
-            , {path                 , "beam_stats.csv"}
-            ]}
-        ]}
+    , {consumers, []}
     ]}
 
  ]}.
This page took 0.026503 seconds and 4 git commands to generate.