Module Values.LinkApplicationLogSamplingSource

Describes a link application log sample.

Sourcetype nonrec t = {
  1. errorLog : LinkApplicationLogSamplingErrorLogDouble.t;
    (*

    An error log entry.

    *)
  2. filterLog : LinkApplicationLogSamplingFilterLogDouble.t;
    (*

    A filter log entry.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Double of LinkApplicationLogSamplingErrorLogDouble.t ]) 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