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