Include the metric type in it's name.
[beam_stats.git] / src / beam_stats.app.src
index 97b0c7d..e6b3ab7 100644 (file)
@@ -1,7 +1,7 @@
 {application, beam_stats,
  [
   {description, "Periodic VM stats production and consumption."},
-  {vsn, "0.0.0"},
+  {vsn, "0.1.0"},
   {registered, []},
   {applications,
     [ kernel
   {env,
     [ {production_interval , 30000}
     , {consumers,
-        [ {beam_stats_consumer_graphite,
-            [ {consumption_interval , 60000}
-            , {host                 , "localhost"}
-            , {port                 , 2003}
-            , {timeout              , 5000}
-            ]}
-        , {beam_stats_consumer_csv,
-            [ {consumption_interval , 60000}
-            , {path                 , "beam_stats.csv"}
-            ]}
-        , {beam_stats_consumer_statsd,
+        [ {beam_stats_consumer_statsd,
             [ {consumption_interval , 60000}
             , {dst_host             , "localhost"}
             , {dst_port             , 8125}
This page took 0.029257 seconds and 4 git commands to generate.