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 TracestateCloudTraceFormat. 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 TracestateSpanBuilderImpl. 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 TracestateB3Format. TRACESTATE_DEFAULTprivate static TracestateBinaryFormatImpl. TRACESTATE_DEFAULTprivate static TracestateTraceContextFormat. TRACESTATE_DEFAULT -
Uses of Tracestate in io.opencensus.trace
Subclasses of Tracestate in io.opencensus.trace Modifier and Type Class Description (package private) classAutoValue_TracestateFields in io.opencensus.trace declared as Tracestate Modifier and Type Field Description private static TracestateTracestate.Builder. EMPTYprivate TracestateTracestate.Builder. parentprivate TracestateSpanContext. tracestateprivate static TracestateSpanContext. TRACESTATE_DEFAULTMethods in io.opencensus.trace that return Tracestate Modifier and Type Method Description TracestateTracestate.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(java.util.List<Tracestate.Entry> entries)TracestateSpanContext. getTracestate()Returns theTracestateassociated with thisSpanContext.Methods in io.opencensus.trace with parameters of type Tracestate Modifier and Type Method Description static 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 Tracestate Constructor Description Builder(Tracestate parent)SpanContext(TraceId traceId, SpanId spanId, TraceOptions traceOptions, Tracestate tracestate)
-