java-dogstatsd-client
java-dogstatsd-client copied to clipboard
Java statsd client library
resolves DataDog/java-dogstatsd-client#27
Hi Team We are noticing performance issue when using this client on a java app that emits high volume of metric updates/sec ie; in the order of > 600k (600...
Reduce heap and GC overhead by rendering packets on the caller threads and queuing byte arrays or byte buffers. The messages are currently rendered to instances of `java.lang.String` and are...
Hi, apparently, statsd [supports sending deltas for gauges](https://github.com/etsy/statsd/blob/master/docs/metric_types.md#gauges). Sifting through the code, it doesn't look like deltas are supported at the moment. Is this a known issue, an oversight, or...
As you can see with the link below, in documentation `sampleRate` is explained as percentage which causes some users to use values between 0-100 but expected value is actually between...
Not all usages of the library need Unix Domain Socket transport. Let's figure out how to make it optional. Some wins we can get by making Unix Domain Socket transport...
API Key
How to provide Datadog API key to the client?
Hi Team Can there be a new release 2.8? I want to try out some features like Max packet size and also need other improvements that are on master but...