xandkar / beam_stats

Collect detailed Erlang VM metrics and send to arbitrary, pluggable backends (StatsD and Graphite backends included).
MIT License
17 stars 7 forks source link

Consider accumulating StatsD messages in the process mailbox, rather than concatenating lists #4

Open xandkar opened 9 years ago

xandkar commented 9 years ago

With per-process metrics added, all these concatenations may get expensive. Will see how it looks in the next few days...

xandkar commented 8 years ago

No actual problems yet, but it may still be a good idea :)