HoneylixirTracing.span

You're seeing just the function span, go back to HoneylixirTracing module for more information.
Link to this function

span(span_name, work)

View Source (since 0.2.0)

Specs

Create and send a span to Honeycomb.

Link to this function

span(propagation_or_name, name_or_fields, work)

View Source (since 0.2.0)

Specs

Create and send a span to Honeycomb by optionally propogating tracing context.

This form, span/3, has two possible calling signatures: the first is a non-propogated span with initial fields; the second accepts a propogated trace but no initial fields.

Link to this function

span(propagation, span_name, fields, work)

View Source (since 0.2.0)

Specs

Create and send a span to Honeycomb by propogating tracing context.

Accepts a HoneylixirTracing.Propagation.t/0 for continuing work from another Process's trace.