Values.RelatedObservationsSourceDescribes observations related to the problem.
type nonrec t = {observationList : ObservationList.t option;The list of observations related to the problem.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Value.t
| `Enum of string
| `Integer of XRayFaultPercent.t
| `Long of XRayRequestAverageLatency.t
| `String of ObservationId.t
| `Timestamp of StartTime.t ])
list ]
list ])
list ]