statsdaemon icon indicating copy to clipboard operation
statsdaemon copied to clipboard

an implementation of Etsy's statsd in Go

Results 8 statsdaemon issues
Sort by recently updated
recently updated
newest added

Make the flush operation execute in parallel. These optimizations have been mentioned in #23. Additional comments: - I'm not sure they are worth incorporating as they might do more harm...

I would like to add extended prefix functionality to statsdaemon similar to what is seen in [this fork](https://github.com/raintank/statsdaemon). This is mainly to expand on the "global prefix" option to allow...

Displaying this log generates a lot of noise in centralized logging when using multiple instances of statsdaemon. Also fits better to hide this in according with the -debug flag description.

This started with the motivation of making timer ".count" keys persist like counters, and also it seems like they're intended to honor the sampling so they should do that too....

i use kamon send timer to statsd(js version is ok, but go has error) please see > https://github.com/kamon-io/Kamon/issues/355 i think `bitly/statsdaemon` can not support this format, but `etsy/statsd` support thanks

In the effort to make statsdaemon reusable by other golang project I took the freedom to create a compose file and some documentation.

Needed it simplify deployment. Maybe could be of use for someone else, don't know.

Adding this to the beginning of packetHander() helped me verify that a statsd client was behaving. Overloads -debug a bit but it's a convenient way to check clients. ``` if...