[erlang-questions] Send VM metrics to Grafana
Siraaj Khandkar
siraaj@REDACTED
Fri Feb 10 19:01:41 CET 2017
My biased preference is:
https://github.com/ibnfirnas/beam_stats
It's concern is only with sampling VM metrics and shipping them off to
arbitrary destinations (Folsomite was Graphite-only, the last time I
checked). Graphite and StatsD consumer modules are included. StatsD is
the one we use in prod now.
It's been running in prod for 1.5 years now, and even though it wasn't
originally the main motivation, my favorite feature turned-out to be the
sampling of individual processes and ETS tables, which was a life-saver
in tracking down multiple memory leaks in the legacy system I inherited.
On 2/9/17 4:06 AM, Frank Muller wrote:
> Hi everyone,
>
> Does anyone succeeded to push VM metrics to Grafana (http://grafana.org/).
>
> Here I'm looking for a simple integration with minimal dependencies if
> possible.
>
> Thank you.
> /Frank
>
More information about the erlang-questions
mailing list