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

NonBlockingStatsDClient should provide way to handle queue overflow

Open leventov opened this issue 5 years ago • 2 comments

https://github.com/DataDog/java-dogstatsd-client/blob/90771e04702180bf81a9a3a06caac71ea7353563/src/main/java/com/timgroup/statsd/StatsDSender.java#L41-L47

Currently if the queue is full events are just silently lost.

See https://github.com/apache/incubator-druid/issues/7075

leventov avatar Feb 14 '19 20:02 leventov

Hey @leventov There is currently an open PR that seems to address a similar issue - https://github.com/DataDog/java-dogstatsd-client/pull/65/files Would this satisfy your use case?

nmuesch avatar Mar 04 '19 16:03 nmuesch

It seems like a different problem to me.

leventov avatar Mar 04 '19 20:03 leventov