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