| Package | Description |
|---|---|
| org.honton.chas.datadog.apm |
The java API for clients of the 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 |
|---|---|
Span[] |
Trace.getSpans() |
| Constructor and Description |
|---|
Trace(Span... span) |
| Modifier and Type | Method and Description |
|---|---|
List<Span> |
TraceQueue.consume()
Consume traces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Writer.queue(Span span)
Queue a span for sending
|
void |
TraceQueue.supply(Span span)
Supply a span.
|
Copyright © 2017. All rights reserved.