From b545475b0a1ae7d01648ba5798a803c97bf28582 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 20 Aug 2015 12:25:59 -0400 Subject: [PATCH] Turn-off Graphite and CSV consumers by default. --- README.md | 6 ++++-- src/beam_stats.app.src | 12 +----------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 12e2e3c..09d28d3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ beam_stats ========== -Periodically collects and pushes VM metrics to arbitrary consumers (Graphite -and CSV by default). +Periodically collects and pushes VM metrics to arbitrary consumers. Defaults to +StatsD and includes off-by-default implementations for Graphite +(`beam_stats_consumer_graphite`) and CSV file (`beam_stats_consumer_csv`) +consumers). Essentially like `folsomite`, but better. Better in the following ways: diff --git a/src/beam_stats.app.src b/src/beam_stats.app.src index 97b0c7d..da3e2a3 100644 --- a/src/beam_stats.app.src +++ b/src/beam_stats.app.src @@ -14,17 +14,7 @@ {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} -- 2.20.1