Values.InsightEventSourceX-Ray reevaluates insights periodically until they are resolved, and records each intermediate state in an event. You can review incident events in the Impact Timeline on the Inspect page in the X-Ray console.
type nonrec t = {summary : EventSummaryText.t option;A brief description of the event.
*)eventTime : Timestamp.t option;The time, in Unix seconds, at which the event was recorded.
*)clientRequestImpactStatistics : RequestImpactStatistics.t option;The impact statistics of the client side service. This includes the number of requests to the client service and whether the requests were faults or okay.
*)rootCauseServiceRequestImpactStatistics : RequestImpactStatistics.t option;The impact statistics of the root cause service. This includes the number of requests to the client service and whether the requests were faults or okay.
*)topAnomalousServices : AnomalousServiceList.t option;The service during the event that is most impacted by the incident.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ]
list
| `String of EventSummaryText.t
| `Structure of (string * [> `Long of NullableLong.t ]) list
| `Timestamp of Timestamp.t ])
list ]