| Package | Description |
|---|---|
| org.honton.chas.datadog.apm.api |
Classes that define the REST api of Datadog APM collector.
|
| org.honton.chas.datadog.apm.sender |
Classes to send the spans to Datadog APM collector.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ApmApi.reportTraces(List<Trace> traces)
Report an ordered collection of traces.
|
| Modifier and Type | Method and Description |
|---|---|
List<Trace> |
TraceQueue.consume()
Consume traces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TraceQueue.supply(Trace trace)
Supply a span.
|
Copyright © 2017. All rights reserved.