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