public class SpanLogsDTO extends Object
| Constructor and Description |
|---|
SpanLogsDTO(UUID traceId,
UUID spanId,
List<SpanLog> spanLogs) |
SpanLogsDTO(UUID traceId,
UUID spanId,
List<SpanLog> spanLogs,
String span) |
| Modifier and Type | Method and Description |
|---|---|
List<SpanLog> |
getLogs() |
String |
getSpan() |
UUID |
getSpanId() |
UUID |
getTraceId() |
Copyright © 2020. All rights reserved.