Module: OpenTelemetry::DistributedContext::Propagation
- Defined in:
- lib/opentelemetry/distributed_context/propagation.rb,
lib/opentelemetry/distributed_context/propagation/text_format.rb,
lib/opentelemetry/distributed_context/propagation/trace_parent.rb,
lib/opentelemetry/distributed_context/propagation/binary_format.rb
Overview
Propagation API consists of two main formats:
-
@see BinaryFormat is used to serialize and deserialize a value into a binary representation.
-
@see TextFormat is used to inject and extract a value as text into carriers that travel in-band across process boundaries.
Defined Under Namespace
Classes: BinaryFormat, TextFormat, TraceParent