View Source API Reference Opentelemetry Process Propagator v0.3.0
Modules
OpentelemetryProcessPropagator provides helpers for dealing
with context propagation across process boundaries.
OpentelemetryProcessPropagator.Task provides a set of extensions
to the Task module to reduce some boilerplate in propagating OpenTelemetry
contexts across process boundaries. Since these are extensions rather
than a replacement of Elixir's module, this library can be aliased
into a file without concern for creating spans where you do not want them.
OpentelemetryProcessPropagator.Task.Supervisor provides a set of extensions
to the Task.Supervisor module to reduce some boilerplate in propagating OpenTelemetry
contexts across process boundaries. Since these are extensions rather
than a replacement of Elixir's module, this library can be aliased
into a file without concern for creating spans where you do not want them.