| Package | Description |
|---|---|
| org.honton.chas.datadog.apm | |
| 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 |
|---|---|
Span |
SpanBuilder.finishSpan(String service)
Finish building the span.
|
| Modifier and Type | Method and Description |
|---|---|
List<Span> |
Trace.getSpans() |
| Constructor and Description |
|---|
Trace(Span... span) |
| Constructor and Description |
|---|
Trace(List<Span> spans) |
| Modifier and Type | Method and Description |
|---|---|
void |
Writer.queue(Span span)
Queue a span for sending
|
Copyright © 2017. All rights reserved.