public static interface Transport.Request
| Modifier and Type | Method and Description |
|---|---|
void |
addCounter(DatadogCounter counter)
Add a counter to the request
|
void |
addGauge(DatadogGauge gauge)
Add a gauge
|
void |
send()
Send the request to datadog
|
void addGauge(DatadogGauge gauge) throws IOException
IOExceptionvoid addCounter(DatadogCounter counter) throws IOException
IOExceptionCopyright © 2018. All rights reserved.