Values.RetrievedTraceSourceRetrieved collection of spans with matching trace IDs.
type nonrec t = {id : TraceId.t option;The unique identifier for the span.
*)duration : NullableDouble.t option;The length of time in seconds between the start time of the root span and the end time of the last span that completed.
*)spans : SpanList.t option;Spans that comprise the trace.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of NullableDouble.t
| `List of
[> `Structure of (string * [> `String of SpanId.t ]) list ] list
| `String of TraceId.t ])
list ]