Uses of Class
io.opencensus.trace.TraceOptions.Builder
-
Packages that use TraceOptions.Builder Package Description io.opencensus.trace API for distributed tracing. -
-
Uses of TraceOptions.Builder in io.opencensus.trace
Methods in io.opencensus.trace that return TraceOptions.Builder Modifier and Type Method Description static TraceOptions.Builder
TraceOptions. builder()
Returns a newTraceOptions.Builder
with default options.static TraceOptions.Builder
TraceOptions. builder(TraceOptions traceOptions)
Returns a newTraceOptions.Builder
with all given options set.TraceOptions.Builder
TraceOptions.Builder. setIsSampled()
Deprecated.UseBuilder.setIsSampled(true)
.TraceOptions.Builder
TraceOptions.Builder. setIsSampled(boolean isSampled)
Sets the sampling bit in the options.
-