java-dogstatsd-client
java-dogstatsd-client copied to clipboard
a java statsd client library
| This gives a significant performance increase in highly multithreaded jvms. | http://lmax-exchange.github.io/disruptor/ | | The lmax disruptor's ringBuffer size is initialised to 16k. | Rationale here is that statsd...
I'm using this library and I need to report runtimes to datadog. The readme claims that passing in `long timeInMs` will get converted to fractional seconds. From using the library...
As per the title, one has to dig through the source to derive whether or not the lib is thread-safe. Even if the lib is not intended to guarantee thread-safety,...