Uses of Class
io.opencensus.trace.Tracestate
Packages that use Tracestate
Package
Description
API for distributed tracing.
-
Uses of Tracestate in io.opencensus.contrib.http.util
Fields in io.opencensus.contrib.http.util declared as TracestateModifier and TypeFieldDescriptionprivate static final Tracestate
CloudTraceFormat.TRACESTATE_DEFAULT
-
Uses of Tracestate in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as TracestateModifier and TypeFieldDescriptionprivate static final Tracestate
SpanBuilderImpl.TRACESTATE_DEFAULT
-
Uses of Tracestate in io.opencensus.implcore.trace.propagation
Fields in io.opencensus.implcore.trace.propagation declared as TracestateModifier and TypeFieldDescriptionprivate static final Tracestate
B3Format.TRACESTATE_DEFAULT
private static final Tracestate
BinaryFormatImpl.TRACESTATE_DEFAULT
private static final Tracestate
TraceContextFormat.TRACESTATE_DEFAULT
-
Uses of Tracestate in io.opencensus.trace
Subclasses of Tracestate in io.opencensus.traceFields in io.opencensus.trace declared as TracestateModifier and TypeFieldDescriptionprivate static final Tracestate
Tracestate.Builder.EMPTY
private final Tracestate
Tracestate.Builder.parent
private final Tracestate
SpanContext.tracestate
private static final Tracestate
SpanContext.TRACESTATE_DEFAULT
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.private static Tracestate
Tracestate.create
(List<Tracestate.Entry> entries) SpanContext.getTracestate()
Returns theTracestate
associated with thisSpanContext
.Methods in io.opencensus.trace with parameters of type TracestateModifier and TypeMethodDescriptionstatic SpanContext
SpanContext.create
(TraceId traceId, SpanId spanId, TraceOptions traceOptions, Tracestate tracestate) Creates a newSpanContext
with the given identifiers and options.Constructors in io.opencensus.trace with parameters of type TracestateModifierConstructorDescriptionprivate
Builder
(Tracestate parent) private
SpanContext
(TraceId traceId, SpanId spanId, TraceOptions traceOptions, Tracestate tracestate)