Upon instantiation, this client will establish a socket connection to a StatsD instance running on the specified host and port. Metrics are then sent over this connection as they are received by the client.
Three key methods are provided for the submission of data-points for the application under scrutiny:
As part of a clean system shutdown, the {@link #stop()} method should be invokedon any StatsD clients.
@author Tom Denley
|
|
|
|