quipo / statsd

Golang StatsD client
MIT License
164 stars 51 forks source link

BufferedClient: Do not create a new UDP socket on every flush #39

Closed czras closed 7 years ago

czras commented 7 years ago

This enables the BufferedClient to operate over TCP.

Also fixed tests.

quipo commented 7 years ago

thanks!