Open martincognite opened 5 years ago
The x-ot-span-context
is a base64 encoded protobuf, so you'll need to do something like this https://github.com/austinlparker/lightstep-js-envoy-extract/blob/master/src/envoyPropagator.ts until it's properly supported in this tracer.
The lightstep tracing module in envoy/ambassador passes down the headers
x-ot-span-context
andx-request-id
, none of which work with the customtracer.extract()
function.Renaming
x-request-id
toot-tracer-traceid
is not an issue, but I'm not sure how to decodex-ot-span-context
into something useful (assuming it's notot-tracer-spanid
).