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 TracestateCloudTraceFormat.TRACESTATE_DEFAULT -
Uses of Tracestate in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as TracestateModifier and TypeFieldDescriptionprivate static final TracestateSpanBuilderImpl.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 TracestateB3Format.TRACESTATE_DEFAULTprivate static final TracestateBinaryFormatImpl.TRACESTATE_DEFAULTprivate static final TracestateTraceContextFormat.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 TracestateTracestate.Builder.EMPTYprivate final TracestateTracestate.Builder.parentprivate final TracestateSpanContext.tracestateprivate static final TracestateSpanContext.TRACESTATE_DEFAULTMethods 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 TracestateTracestate.create(List<Tracestate.Entry> 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.Constructors in io.opencensus.trace with parameters of type TracestateModifierConstructorDescriptionprivateBuilder(Tracestate parent) privateSpanContext(TraceId traceId, SpanId spanId, TraceOptions traceOptions, Tracestate tracestate)