opentelemetry-erlang-contrib/propagators
Bernardo Amorim e62612fca1
Fix documentation example for OpentelemetryProcessPropagator (#220)
The example calling `OpentelemetryProcessPropagator.fetch_parent_ctx` was passing the key to the `/1` arity function, which is not the argument it expects. To specify the key you also need to specify the depth first, using the `/2` arity function: `OpentelemetryProcessPropagator.fetch_parent_ctx(depth, key)`
2023-10-24 19:32:44 -06:00
..
opentelemetry_process_propagator Fix documentation example for OpentelemetryProcessPropagator (#220) 2023-10-24 19:32:44 -06:00