[erlang-questions] folsom + statsd/graphite ?
Anton Lebedevich
mabrek@REDACTED
Tue Jan 8 14:40:45 CET 2013
On 01/08/2013 05:03 PM, Benoit Chesneau wrote:
> Does anyone know a good project handling both at the same time?
>
>
> Or rather I'm looking for a tool that would allows me to display in
> realtime on the web some statistics/counters from an erlang application
> while archiving them in graphite.
>
>
> Any idea ?
Both folsom and statsd do their own aggregation/sampling of metrics
which could lead to confusion.
There is a simpler approach: https://github.com/ferd/vmstats for
gathering beam vm metrics and https://github.com/lpgauth/statsderl for
sending metrics to statsd.
Regards,
Anton Lebedevich.
More information about the erlang-questions
mailing list