HoneylixirTracing.Span (honeylixir_tracing v0.4.0) View Source

Used for manipulating span data directly.

In general, a user shouldn't need to interact with this. While it is documented, please consider this API unstable.

Link to this section Summary

Types

t()

Representation of a Span used internally.

Link to this section Types

Specs

t() :: %HoneylixirTracing.Span{
  event: Honeylixir.Event.t(),
  parent_id: String.t(),
  sent: term(),
  span_id: String.t(),
  start_time: integer(),
  trace_id: String.t()
}

Representation of a Span used internally.

Link to this section Functions