Values.SamplingStatisticSummarySourceAggregated request sampling data for a sampling rule across all services for a 10-second window.
type nonrec t = {ruleName : String_.t option;The name of the sampling rule.
*)timestamp : Timestamp.t option;The start time of the reporting window.
*)requestCount : Integer.t option;The number of requests that matched the rule.
*)borrowCount : Integer.t option;The number of requests recorded with borrowed reservoir quota.
*)sampledCount : Integer.t option;The number of requests recorded.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]