| 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 |
|---|---|
| Event |
An event to send
|
| Event.Builder | |
| NonBlockingStatsDClient |
A simple StatsD client implementation facilitating metrics recording.
|
| NoOpStatsDClient |
A No-Op StatsDClient, which can be substituted in when metrics are not
required.
|
| ServiceCheck |
A service check model, which is used to format a service check message
sent to the datadog agent
|
| ServiceCheck.Builder | |
| StatsDSender |
| Enum | Description |
|---|---|
| Event.AlertType | |
| Event.Priority | |
| ServiceCheck.Status |
| 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 © 2019. All rights reserved.