Values.CollectionSchemeSourceSpecifies what data to collect and how often or when to collect it.
type nonrec t = {timeBasedCollectionScheme : TimeBasedCollectionScheme.t option;Information about a collection scheme that uses a time period to decide how often to collect data.
*)conditionBasedCollectionScheme : ConditionBasedCollectionScheme.t option;Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of LanguageVersion.t
| `Long of CollectionPeriodMs.t
| `String of EventExpression.t ])
list ])
list ]