Module Values.LimitsPerLabelSetEntrySource

This structure contains the information about the limits that apply to time series that match one label set.

Sourcetype nonrec t = {
  1. 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

    *)
}
Sourceval make : ?maxSeries:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of LimitsPerLabelSetEntryMaxSeriesLong.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t