Tapper v0.5.0 Tapper.SpanId View Source
Generate, format or parse a span id.
A span id is a 64-bit integer.
Link to this section Summary
Functions
format a span id for logs etc
generate a span id
parse a span id from a hex string, for propagation etc
format a span id as a hex string, for propagation etc
Link to this section Types
Link to this type
int64()
View Source
int64()
View Source
int64() :: integer()
int64() :: integer()
Link to this type
t()
View Source
t()
View Source
t() :: int64()
t() :: int64()
Link to this section Functions
Link to this function
format(span_id) View Source
format a span id for logs etc.
Link to this function
generate()
View Source
generate()
View Source
generate() :: t()
generate() :: t()
generate a span id
Link to this function
parse(s) View Source
parse a span id from a hex string, for propagation etc.
Link to this function
to_hex(span_id) View Source
format a span id as a hex string, for propagation etc.