Skip to main content

Module sw_propagation

Module sw_propagation 

Source
Expand description

sw8 与 W3C traceparent 传播

Constants§

SW8_HEADER
sw8 请求头名

Functions§

encode_sw8_value
编码 sw8 字符串(供 reqwest 使用)
extract_inbound
合并提取:sw8 优先,其次 traceparent
extract_sw8
从 HTTP 头解析 SW 传播上下文
extract_traceparent
解析 W3C traceparent(暂不支持续链)
inject_sw8
将 SW 上下文编码为 sw8 响应头
inject_traceparent
从 SW trace_id 构造 W3C traceparent
inject_traceparent_reqwest
为 reqwest 注入 traceparent