opentelemetry-erlang-contrib/propagators/opentelemetry_process_propagator
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
..
2023-03-17 10:36:26 -06:00
2022-08-26 14:10:57 -06:00
2022-03-25 14:53:37 -06:00
2023-03-17 10:36:26 -06:00
2022-03-23 13:02:28 -06:00
2022-03-23 13:02:28 -06:00
2022-03-23 13:02:28 -06:00
2022-03-23 13:02:28 -06:00

Opentelemetry Process Propagator

EEF Observability WG project Hex.pm

Functions for cross-process opentelemetry context propagation.