opentelemetry-erlang-contrib/propagators/opentelemetry_process_propa...
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
..
lib Fix documentation example for OpentelemetryProcessPropagator (#220) 2023-10-24 19:32:44 -06:00
src propagator v0.2.2 (#158) 2023-03-17 10:36:26 -06:00
test Conveniences for Tasks (#80) 2022-08-26 14:10:57 -06:00
.formatter.exs Process propagator library (#64) 2022-03-23 13:02:28 -06:00
.gitignore v0.1.0 (#73) 2022-03-25 14:53:37 -06:00
CHANGELOG.md propagator v0.2.2 (#158) 2023-03-17 10:36:26 -06:00
LICENSE Process propagator library (#64) 2022-03-23 13:02:28 -06:00
README.md Process propagator library (#64) 2022-03-23 13:02:28 -06:00
mix.exs Improve test matrix and add support for Elixir 1.15 and OTP 26 (#188) 2023-08-25 14:11:23 -06:00
mix.lock Improve test matrix and add support for Elixir 1.15 and OTP 26 (#188) 2023-08-25 14:11:23 -06:00
rebar.config Process propagator library (#64) 2022-03-23 13:02:28 -06:00
rebar.lock Process propagator library (#64) 2022-03-23 13:02:28 -06:00

README.md

Opentelemetry Process Propagator

EEF Observability WG project Hex.pm

Functions for cross-process opentelemetry context propagation.