Uses of Class
io.opencensus.trace.Tracestate
-
Packages that use Tracestate Package Description io.opencensus.contrib.http.util io.opencensus.implcore.trace io.opencensus.implcore.trace.propagation io.opencensus.trace API for distributed tracing. -
-
Uses of Tracestate in io.opencensus.contrib.http.util
Fields in io.opencensus.contrib.http.util declared as Tracestate Modifier and Type Field Description private static Tracestate
CloudTraceFormat. TRACESTATE_DEFAULT
-
Uses of Tracestate in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as Tracestate Modifier and Type Field Description private static Tracestate
SpanBuilderImpl. TRACESTATE_DEFAULT
-
Uses of Tracestate in io.opencensus.implcore.trace.propagation
Fields in io.opencensus.implcore.trace.propagation declared as Tracestate Modifier and Type Field Description private static Tracestate
B3Format. TRACESTATE_DEFAULT
private static Tracestate
BinaryFormatImpl. TRACESTATE_DEFAULT
private static Tracestate
TraceContextFormat. TRACESTATE_DEFAULT
-
Uses of Tracestate in io.opencensus.trace
Subclasses of Tracestate in io.opencensus.trace Modifier and Type Class Description (package private) class
AutoValue_Tracestate
Fields in io.opencensus.trace declared as Tracestate Modifier and Type Field Description private static Tracestate
Tracestate.Builder. EMPTY
private Tracestate
Tracestate.Builder. parent
private Tracestate
SpanContext. tracestate
private static Tracestate
SpanContext. TRACESTATE_DEFAULT
Methods in io.opencensus.trace that return Tracestate Modifier and Type Method Description Tracestate
Tracestate.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(java.util.List<Tracestate.Entry> entries)
Tracestate
SpanContext. getTracestate()
Returns theTracestate
associated with thisSpanContext
.Methods in io.opencensus.trace with parameters of type Tracestate Modifier and Type Method Description static 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 Tracestate Constructor Description Builder(Tracestate parent)
SpanContext(TraceId traceId, SpanId spanId, TraceOptions traceOptions, Tracestate tracestate)
-