Values.SamplingRateBoostSourceEnable temporary sampling rate increases when you detect anomalies to improve visibility.
type nonrec t = {maxRate : MaxRate.t;Defines max temporary sampling rate to apply when a boost is triggered. Calculated boost rate by X-Ray will be less than or equal to this max rate.
*)cooldownWindowMinutes : CooldownWindowMinutes.t;Sets the time window (in minutes) in which only one sampling rate boost can be triggered. After a boost occurs, no further boosts are allowed until the next window.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of MaxRate.t | `Integer of CooldownWindowMinutes.t ])
list ]