Values.LimitsPerLabelSetEntrySourceThis structure contains the information about the limits that apply to time series that match one label set.
type nonrec t = {maxSeries : LimitsPerLabelSetEntryMaxSeriesLong.t option;The maximum number of active series that can be ingested that match this label set. Setting this to 0 causes no label set limit to be enforced, but it does cause Amazon Managed Service for Prometheus to vend label set metrics to CloudWatch
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of LimitsPerLabelSetEntryMaxSeriesLong.t ]) list ]