Values.SamplingBoostSourceTemporary boost sampling rate. X-Ray calculates sampling boost for each service based on the recent sampling boost stats of all services that called GetSamplingTargets.
type nonrec t = {boostRate : Double.t option;The calculated sampling boost rate for this service
*)boostRateTTL : Timestamp.t option;When the sampling boost expires.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of Double.t | `Timestamp of Timestamp.t ]) list ]