Values.FaultRootCauseServiceSourceA collection of fields identifying the services in a trace summary fault.
type nonrec t = {name : String_.t option;The service name.
*)names : ServiceNames.t option;A collection of associated service names.
*)type_ : String_.t option;The type associated to the service.
*)accountId : String_.t option;The account ID associated to the service.
*)entityPath : FaultRootCauseEntityPath.t option;The path of root cause entities found on the service.
*)inferred : NullableBoolean.t option;A Boolean value indicating if the service is inferred from the trace.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]