Learn R Programming

otel (version 0.2.0)

extract_http_context: Extract a span context from HTTP headers received from a client

Description

The return value can be used as the parent option when starting a span.

Usage

extract_http_context(headers)

Value

And otel_span_context object.

Arguments

headers

A named list with one or two strings: traceparent is mandatory, and tracestate is optional.

See Also

pack_http_context()

Examples

Run this code
hdr <- otel::pack_http_context()
ctx <- otel::extract_http_context()
ctx$is_valid()

Run the code above in your browser using DataLab