Package io.opencensus.trace.propagation
-
Class Summary Class Description BinaryFormat This is a helper class forSpanContextpropagation on the wire using binary encoding.BinaryFormat.NoopBinaryFormat PropagationComponent Container class for all the supported propagation formats.PropagationComponent.NoopPropagationComponent TextFormat Injects and extractstrace identifiersas text into carriers that travel in-band across process boundaries.TextFormat.Getter<C> Class that allows aTextFormatto read propagated fields from a carrier.TextFormat.NoopTextFormat TextFormat.Setter<C> Class that allows aTextFormatto set propagated fields into a carrier. -
Exception Summary Exception Description SpanContextParseException Exception thrown when aSpanContextcannot be parsed.