Values.ResponseTimeRootCauseSourceThe root cause information for a response time warning.
type nonrec t = {services : ResponseTimeRootCauseServices.t option;A list of corresponding services. A service identifies a segment and contains a name, account ID, type, and inferred flag.
*)clientImpacting : NullableBoolean.t option;A flag that denotes that the root cause impacts the trace client.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Double of NullableDouble.t
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list ])
list ]