Currently using this client (3.0.0) within a JAX-RS API and experiencing a memory leak which causes after a certain time the server to crash.
After adding a @PreDestroy method which calls statsd.stop() the curve is smoothed, but still going up :

Without this, it only takes a few hours for our server to freeze.
Currently using this client (3.0.0) within a JAX-RS API and experiencing a memory leak which causes after a certain time the server to crash.
After adding a
@PreDestroymethod which callsstatsd.stop()the curve is smoothed, but still going up :Without this, it only takes a few hours for our server to freeze.