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> SpanContextCloudTraceFormat. 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> SpanContextB3Format. extract(C carrier, TextFormat.Getter<C> getter)<C> SpanContextTraceContextFormat. extract(C carrier, TextFormat.Getter<C> getter)SpanContextBinaryFormatImpl. 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> SpanContextTextFormat. extract(C carrier, TextFormat.Getter<C> getter)Extracts the span context from upstream.SpanContextBinaryFormat. fromByteArray(byte[] bytes)Parses theSpanContextfrom a byte array using the binary format.
-