Module Values.RetrievedServiceSource

Retrieved information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

Sourcetype nonrec t = {
  1. service : Service.t option;
}
Sourceval make : ?service:??? -> ?links:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of TraceId.t ] list | `String of String_.t ]) list ] list | `Structure of (string * [> `Boolean of NullableBoolean.t | `Integer of NullableInteger.t | `List of [> `String of String_.t | `Structure of (string * [> `Double of Double.t | `Integer of NullableInteger.t | `List of [> `Structure of (string * [> `Double of Double.t | `Integer of Integer.t | `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Double of NullableDouble.t | `Long of NullableLong.t | `Structure of (string * [> `Long of NullableLong.t ]) list ]) list | `Timestamp of Timestamp.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Double of NullableDouble.t | `Long of NullableLong.t | `Structure of (string * [> `Long of NullableLong.t ]) list ]) list | `Timestamp of Timestamp.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t