From: Siraaj Khandkar Date: Fri, 21 Aug 2015 13:48:14 +0000 (-0400) Subject: Specify the module responsible for StatsD consumption X-Git-Tag: 0.1.0~5 X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=commitdiff_plain;h=d58a83a7399000f8db12d124b0585652eddece34 Specify the module responsible for StatsD consumption --- diff --git a/README.md b/README.md index ef77774..d9a37e5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ beam_stats ========== Periodically collects and pushes VM metrics to arbitrary consumers. Defaults to -StatsD and includes off-by-default implementations for Graphite +StatsD (`beam_stats_consumer_statsd`) and includes off-by-default implementations for Graphite (`beam_stats_consumer_graphite`) and CSV file (`beam_stats_consumer_csv`) consumers).