abstract class OpenTelemetry::TextMapPropagator

Overview

An OpenTelemetry::Propagator encapsulates common behavior for typical propagators. Propagators are used to carry and transfer state, typically via either a TraceContext or via Baggage. This class will be subclassed to provide additional specific behavior to conform with the specs for the relevant type of propagator.

Direct Known Subclasses

Defined in:

opentelemetry-api/text_map_propagator.cr

Instance Method Summary

Instance Method Detail

abstract def extract #

[View source]
abstract def fields #

[View source]
abstract def inject(carrier, context : Context) #

[View source]