Values.SamplingStrategySourceThe name and value of a sampling rule to apply to a trace summary.
type nonrec t = {name : SamplingStrategyName.t option;The name of a sampling rule.
*)value : NullableDouble.t option;The value of a sampling rule.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of NullableDouble.t | `Enum of string ]) list ]