otel_propagator_http_w3c (opentelemetry_api v1.0.0-rc.2)

Link to this section Summary

Link to this section Functions

Link to this function

combine_headers(Key, Headers)

Link to this function

decode(TraceContext)

Link to this function

encode(Span_ctx)

Specs

encode(opentelemetry:span_ctx()) -> binary().
Link to this function

encode_tracestate(Span_ctx)

Link to this function

extract(Headers, _)

Specs

extract(otel_propagator:text_map(), term()) -> opentelemetry:span_ctx() | undefined.
Link to this function

header_member(Key, T)

Link to this function

header_take(Key, Headers)

Link to this function

inject(Span_ctx)

Specs

inject(opentelemetry:span_ctx() | undefined) -> otel_propagator:text_map().
Link to this function

parse_pairs(Pairs)

Link to this function

parse_pairs(Rest, Acc)

Link to this function

to_span_ctx(Version, TraceId, SpanId, Opts)

Link to this function

tracestate_decode(Value)

Link to this function

tracestate_from_headers(Headers)