lightstep / lightstep-tracer-objc

The Lightstep distributed tracing library for Objective-C and Swift
https://lightstep.com
MIT License
11 stars 9 forks source link

Add support for encoding SpanContext in the LightStep binary format. #41

Closed joeblubaugh closed 2 years ago

joeblubaugh commented 7 years ago

LightStep supports a protocol-buffer based binary encoding of SpanContext data. This adds support for injecting this context into a carrier as base64-encoded, protocol-buffer serialised data. Receivers should base64-decode this data, then protocol-buffer deserialise this data to extract a SpanContext.

joeblubaugh commented 2 years ago

Ancient Issue 👴🏼