Uses of Interface
org.springframework.cloud.sleuth.TraceContext.Builder
-
Packages that use TraceContext.Builder Package Description org.springframework.cloud.sleuth -
-
Uses of TraceContext.Builder in org.springframework.cloud.sleuth
Methods in org.springframework.cloud.sleuth that return TraceContext.Builder Modifier and Type Method 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 forTraceContext
.TraceContext.Builder
TraceContext.Builder. traceId(String traceId)
Sets trace id on the trace context.
-