| Package | Description |
|---|---|
| org.springframework.cloud.sleuth |
| Modifier and Type | Method and Description |
|---|---|
TraceContext.Builder |
TraceContext.Builder.parentId(String parentId)
Sets parent id on the trace context.
|
TraceContext.Builder |
TraceContext.Builder.sampled(Boolean sampled)
Sets sampled on the trace context.
|
TraceContext.Builder |
TraceContext.Builder.spanId(String spanId)
Sets span id on the trace context.
|
TraceContext.Builder |
Tracer.traceContextBuilder()
Builder for
TraceContext. |
TraceContext.Builder |
TraceContext.Builder.traceId(String traceId)
Sets trace id on the trace context.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.