Values.SpanSourceA span from a trace that has been ingested by the X-Ray service. A span represents a unit of work or an operation performed by a service.
type nonrec t = {id : SpanId.t option;The span ID.
*)document : SpanDocument.t option;The span document.
*)}