public interface TraceContext
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TraceContext.Builder
Builder for
TraceContext. |
| Modifier and Type | Method and Description |
|---|---|
String |
parentId()
Parent span id.
|
Boolean |
sampled() |
String |
spanId()
Span id.
|
String |
traceId()
Trace id.
|
String traceId()
@Nullable String parentId()
null if one is not setString spanId()
Boolean sampled()
true when sampled, false when not sampled and null
when sampling decision should be deferredCopyright © 2021 Pivotal Software, Inc.. All rights reserved.