| Interface | Description |
|---|---|
| DirectStatsDClient |
DirectStatsDClient is an experimental extension of
StatsDClient that allows for direct
access to some dogstatsd features. |
| 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 |
|---|---|
| AlphaNumericMessage | |
| BufferPool | |
| Event |
An event to send.
|
| Event.Builder | |
| MapUtils |
MethodHandle based bridge for using JDK8+ functionality at JDK7 language level.
|
| Message | |
| NamedPipeSocketAddress | |
| NonBlockingStatsDClient |
A simple StatsD client implementation facilitating metrics recording.
|
| NonBlockingStatsDClientBuilder |
Create a new StatsD client communicating with a StatsD instance on the specified host and port.
|
| NoOpDirectStatsDClient |
A No-Op
NonBlockingDirectStatsDClient, which can be substituted in when metrics are not
required. |
| NoOpStatsDClient |
A No-Op StatsDClient, which can be substituted in when metrics are not required.
|
| NumericMessage<T extends Number> | |
| ServiceCheck |
A service check model, which is used to format a service check message sent to the datadog agent.
|
| ServiceCheck.Builder | |
| StatsDAggregator | |
| StatsDBlockingProcessor | |
| StatsDNonBlockingProcessor | |
| StatsDProcessor | |
| StatsDSender | |
| Telemetry | |
| UnixSocketAddressWithTransport | |
| UnixStreamClientChannel |
A ClientChannel for Unix domain sockets.
|
| Enum | Description |
|---|---|
| Event.AlertType | |
| Event.Priority | |
| Message.Type | |
| ServiceCheck.Status | |
| TagsCardinality | |
| UnixSocketAddressWithTransport.TransportType |
| Exception | Description |
|---|---|
| InvalidMessageException |
Signals that we've been passed a message that's invalid and won't be sent.
|
| StatsDClientException |
Signals that an exception has occurred when trying to start the StatsD client.
|
Copyright © 2025. All rights reserved.