Spandex v2.0.0 Spandex.Trace View Source

A representation of an ongoing trace.

stack represents all parent spans, while spans represents all completed spans.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spandex.Trace{
  id: term(),
  spans: [Spandex.Span.t()],
  stack: [Spandex.Span.t()],
  start: term()
}