atlassian / gostatsd

An implementation of Etsy's statsd in Go with tags support
MIT License
381 stars 99 forks source link

send batches concurrently in each flush and compress payload #720

Closed hstan closed 1 month ago

hstan commented 1 month ago

Send batches concurrently in each flush and compress payload.

This should shorten process time for each flush and also reduce the size of payload.