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