Values.LimitsPerLabelSetSourceThis structure defines one label set used to enforce active time series limits for the workspace, and defines the limit for that label set. A label set is a unique combination of label-value pairs. Use them to control time series limits and to monitor usage by specific label groups. Example label sets might be team:finance or env:prod
type nonrec t = {limits : LimitsPerLabelSetEntry.t;This structure contains the information about the limits that apply to time series that match this label set.
*)labelSet : LabelSet.t;This defines one label set that will have an enforced active time series limit. Label values accept ASCII characters and must contain at least one character that isn't whitespace. ASCII control characters are not accepted. If the label name is metric name label __name__, then the metric part of the name must conform to the following pattern: [a-zA-Z_:][a-zA-Z0-9_:]*
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of LabelName.t ] * [> `String of LabelValue.t ])
list
| `Structure of
(string * [> `Long of LimitsPerLabelSetEntryMaxSeriesLong.t ]) list ])
list ]