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.BuilderTraceOptions. builder()Returns a newTraceOptions.Builderwith default options.static TraceOptions.BuilderTraceOptions. builder(TraceOptions traceOptions)Returns a newTraceOptions.Builderwith all given options set.TraceOptions.BuilderTraceOptions.Builder. setIsSampled()Deprecated.UseBuilder.setIsSampled(true).TraceOptions.BuilderTraceOptions.Builder. setIsSampled(boolean isSampled)Sets the sampling bit in the options.
-