1 {application, beam_stats,
3 {description, "Periodic VM stats production and consumption."},
12 {mod, { beam_stats_app, []}},
15 [ {production_interval , 30000}
17 [ {beam_stats_consumer_graphite,
18 [ {consumption_interval , 60000}
19 , {host , "localhost"}
23 , {beam_stats_consumer_csv,
24 [ {consumption_interval , 60000}
25 , {path , "beam_stats.csv"}
27 , {beam_stats_consumer_statsd,
28 [ {consumption_interval , 60000}
29 , {dst_host , "localhost"}