quipo / statsd

Golang StatsD client
MIT License
164 stars 51 forks source link

Do not block on sending metrics #48

Closed ReneKroon closed 6 years ago

ReneKroon commented 6 years ago

I decoupled writing to the UDP socket from the ticker loop.

Depending on your preference i can:

Please let me know what you prefer.

ReneKroon commented 6 years ago

was unable to produce a benchmark which shows a real positive effect of this change. so will close