| Package | Description |
|---|---|
| com.wavefront.sdk.common | |
| com.wavefront.sdk.common.clients | |
| com.wavefront.sdk.direct.ingestion | |
| com.wavefront.sdk.entities.tracing | |
| com.wavefront.sdk.proxy |
| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.spanLogsToLineData(UUID traceId,
UUID spanId,
List<SpanLog> spanLogs) |
static String |
Utils.tracingSpanToLineData(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs,
String defaultSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
WavefrontMultiClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
| Modifier and Type | Method and Description |
|---|---|
void |
WavefrontDirectIngestionClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
| Modifier and Type | Method and Description |
|---|---|
List<SpanLog> |
SpanLogsDTO.getLogs() |
| Modifier and Type | Method and Description |
|---|---|
void |
WavefrontTracingSpanSender.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs)
Send a trace span to Wavefront.
|
| Constructor and Description |
|---|
SpanLogsDTO(UUID traceId,
UUID spanId,
List<SpanLog> spanLogs) |
| Modifier and Type | Method and Description |
|---|---|
void |
WavefrontProxyClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
Copyright © 2019. All rights reserved.