| Interface | Description |
|---|---|
| Sender |
Must deliver a message to target, e.g.
|
| StatsDClient |
Describes a client connection to a StatsD server, which may be used to post metrics
in the form of counters, timers, gauges, histograms or sets..
|
| StatsDClientErrorHandler |
Describes a handler capable of processing exceptions that occur during StatsD client operations.
|
| Tag |
StatsD tag value provider.
|
| Class | Description |
|---|---|
| FastStatsDClient |
StatsDClient implementation
uses thread-local ByteBuffer for efficient message format. |
| IOUtils | |
| SynchronousSender |
Writes a message to a
DatagramChannel. |
| SynchronousSender.Builder | |
| TagImpl |
Copyright © 2021. All rights reserved.