View Source OpenTelemetry.Ctx (opentelemetry_api v1.3.0)
Ctx is responsible for propagating values within a process that are associated
with a particular Trace or set of Baggage. OpenTelemetry.Tracer
and
OpenTelemetry.Baggage
handle updating the Context.
Link to this section Summary
Link to this section Types
@type t() :: :otel_ctx.t()
Link to this section Functions
See :otel_ctx.attach/1
.
See :otel_ctx.clear/0
.
See :otel_ctx.detach/1
.
See :otel_ctx.new/0
.
See :otel_ctx.remove/1
.