Uses of Class
io.opencensus.trace.propagation.SpanContextParseException
-
Packages that use SpanContextParseException Package Description io.opencensus.contrib.http.util io.opencensus.implcore.trace.propagation io.opencensus.trace.propagation -
-
Uses of SpanContextParseException in io.opencensus.contrib.http.util
Methods in io.opencensus.contrib.http.util that throw SpanContextParseException Modifier and Type Method Description <C> SpanContext
CloudTraceFormat. extract(C carrier, TextFormat.Getter<C> getter)
-
Uses of SpanContextParseException in io.opencensus.implcore.trace.propagation
Methods in io.opencensus.implcore.trace.propagation that throw SpanContextParseException Modifier and Type Method Description <C> SpanContext
B3Format. extract(C carrier, TextFormat.Getter<C> getter)
<C> SpanContext
TraceContextFormat. extract(C carrier, TextFormat.Getter<C> getter)
SpanContext
BinaryFormatImpl. fromByteArray(byte[] bytes)
-
Uses of SpanContextParseException in io.opencensus.trace.propagation
Methods in io.opencensus.trace.propagation that throw SpanContextParseException Modifier and Type Method Description abstract <C> SpanContext
TextFormat. extract(C carrier, TextFormat.Getter<C> getter)
Extracts the span context from upstream.SpanContext
BinaryFormat. fromByteArray(byte[] bytes)
Parses theSpanContext
from a byte array using the binary format.
-