public interface FinishedSpan
| Modifier and Type | Method and Description |
|---|---|
long |
getEndTimestamp() |
Throwable |
getError() |
Collection<Map.Entry<Long,String>> |
getEvents() |
Span.Kind |
getKind() |
default String |
getLocalIp() |
String |
getName() |
String |
getParentId() |
String |
getRemoteIp() |
int |
getRemotePort() |
String |
getRemoteServiceName() |
String |
getSpanId() |
long |
getStartTimestamp() |
Map<String,String> |
getTags() |
String |
getTraceId() |
String getName()
long getStartTimestamp()
long getEndTimestamp()
Collection<Map.Entry<Long,String>> getEvents()
String getSpanId()
@Nullable String getParentId()
null if not set@Nullable String getRemoteIp()
@Nullable default String getLocalIp()
int getRemotePort()
String getTraceId()
@Nullable Throwable getError()
null if one was not thrownSpan.Kind getKind()
@Nullable String getRemoteServiceName()
null if not setCopyright © 2021 Pivotal Software, Inc.. All rights reserved.