| Package | Description |
|---|---|
| org.coursera.metrics.datadog.transport | |
| org.coursera.metrics.serializer |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpTransport.HttpRequest.addCounter(DatadogCounter counter) |
void |
UdpTransport.DogstatsdRequest.addCounter(DatadogCounter counter)
statsd has no notion of batch request, so counters are pushed as they are received
|
void |
Transport.Request.addCounter(DatadogCounter counter)
Add a counter to the request
|
| Modifier and Type | Method and Description |
|---|---|
void |
Serializer.appendCounter(DatadogCounter counter)
Append a counter to the time series
|
void |
JsonSerializer.appendCounter(DatadogCounter counter) |
Copyright © 2018. All rights reserved.