View Source OneAndDone.Telemetry.SpanResult (One and Done v0.1.5)

Additional metadata to include at the end of a span.

Link to this section Summary

Functions

Create a new SpanResult struct.

Link to this section Types

@type t() :: %OneAndDone.Telemetry.SpanResult{
  result: any(),
  status: :success | :error
}

Link to this section Functions

@spec new(any()) :: t()

Create a new SpanResult struct.