Uses of Class
io.opencensus.trace.Tracestate
Packages that use Tracestate
-
Uses of Tracestate in io.opencensus.trace
Methods in io.opencensus.trace that return TracestateModifier and TypeMethodDescriptionTracestate.Builder.build()Builds a TraceState by adding the entries to the parent in front of the key-value pairs list and removing duplicate entries.SpanContext.getTracestate()Returns theTracestateassociated with thisSpanContext.Methods in io.opencensus.trace with parameters of type TracestateModifier and TypeMethodDescriptionstatic SpanContextSpanContext.create(TraceId traceId, SpanId spanId, TraceOptions traceOptions, Tracestate tracestate) Creates a newSpanContextwith the given identifiers and options.