reinh / statsd

A Ruby Statsd client that isn't a direct port of the Python example code. Because Ruby isn't Python.
MIT License
411 stars 154 forks source link

Add TCP support #61

Closed mindscratch closed 8 years ago

mindscratch commented 9 years ago

Per issue #60 - Added an option to the Statsd class to allow a protocol to be specified (:udp or :tcp).

raggi commented 9 years ago

This change would require more work for concurrency, as concurrent TCP writes are not safe.