| Interface | Description |
|---|---|
| StatsDClient |
Describes a client connection to a StatsD server, which may be used to post metrics
in the form of counters, timers, and gauges.
|
| StatsDClientErrorHandler |
Describes a handler capable of processing exceptions that occur during StatsD client operations.
|
| Class | Description |
|---|---|
| ConvenienceMethodProvidingStatsDClient | |
| NonBlockingStatsDClient |
A simple StatsD client implementation facilitating metrics recording.
|
| NonBlockingUdpSender | |
| NoOpStatsDClient |
A No-Op StatsDClient, which can be substituted in when metrics are not
required.
|
| Exception | Description |
|---|---|
| StatsDClientException |
Signals that an exception has occurred when trying to start the
StatsD client
|