Turn-off Graphite and CSV consumers by default.
[beam_stats.git] / README.md
CommitLineData
caf75ed8
SK
1beam_stats
2==========
3
b545475b
SK
4Periodically collects and pushes VM metrics to arbitrary consumers. Defaults to
5StatsD and includes off-by-default implementations for Graphite
6(`beam_stats_consumer_graphite`) and CSV file (`beam_stats_consumer_csv`)
7consumers).
caf75ed8
SK
8
9Essentially like `folsomite`, but better. Better in the following ways:
10
11- More-general: consumers other than graphite can be defined
12- More-focused: only concerned with VM metrics, while `folsomite` ships off
13 _everything_ from `folsom` (in addition to VM metrics)
14- Easier-to-reason-about implementation: well-defined metrics-to-binary
15 conversions, as opposed to the nearly-arbitrary term-to-string conversions
16 used in `folsomite`
17- Spec'd, tested and Dialyzed
This page took 0.027137 seconds and 4 git commands to generate.