Module otel_propagator_text_map_noop

This noop TextMap Propagator makes no changes to the context or the carrier when doing an extract or inject call.

Behaviours: otel_propagator_text_map.

Description

This noop TextMap Propagator makes no changes to the context or the carrier when doing an extract or inject call. '''

Function Index

extract/5
fields/1
inject/4

Function Details

extract/5

extract(Context, Carrier, CarrierKeysFun, CarrierGetFun, Options) -> Context

fields/1

fields(Propagators) -> any()

inject/4

inject(Context, Carrier, CarrierSetFun, Options) -> Carrier


Generated by EDoc