Module oc_span_ctx_binary
Functions to support the binary format trace context serialization.
Description
Implements the spec found here https://github.com/census-instrumentation/opencensus-specs/blob/7b426409/encodings/BinaryEncoding.md
Function Index
decode/1 | |
encode/1 |
Function Details
decode/1
decode(X1::binary()) -> maybe(opencensus:span_ctx())
encode/1
encode(Span_ctx::opencensus:span_ctx()) -> maybe(binary())