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

Compile with OTP 24 and made it work with statser #27

Closed mcesaro closed 2 years ago

mcesaro commented 2 years ago

Hi, I successfully compiled beam_stats with OTP 24 As it were, I was not able to use the graphite consumer with statser as the latter probably uses the listening TCP socket with a different configuration than graphite. Also, I added a handler catching empty payloads when try to sending to graphite/statser.

xandkar commented 2 years ago

Thanks again for spotting this, @mcesaro!

https://github.com/xandkar/beam_stats/commit/630be0c8147db5d104fcc5ac6674d2a42d925159