public class Span extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Span.Log |
| Modifier and Type | Field and Description |
|---|---|
long |
durationMicros |
List<Span.Log> |
logs |
String |
operationName |
String |
parentId |
String |
serviceName |
String |
spanId |
long |
startTimeMicros |
Map<String,String> |
tags |
String |
traceId |
| Constructor and Description |
|---|
Span() |
Copyright © 2019–2020. All rights reserved.