java-dogstatsd-client icon indicating copy to clipboard operation
java-dogstatsd-client copied to clipboard

a java statsd client library

Results 4 java-dogstatsd-client issues
Sort by recently updated
recently updated
newest added

| 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,...