Class ConditionFailingPeriodsArgs


  • public final class ConditionFailingPeriodsArgs
    extends com.pulumi.resources.ResourceArgs
    The minimum number of violations required within the selected lookback time window required to raise an alert. Relevant only for rules of the kind LogAlert.
    • Method Detail

      • minFailingPeriodsToAlert

        public java.util.Optional<com.pulumi.core.Output<java.lang.Double>> minFailingPeriodsToAlert()
        Returns:
        The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods. Default value is 1
      • numberOfEvaluationPeriods

        public java.util.Optional<com.pulumi.core.Output<java.lang.Double>> numberOfEvaluationPeriods()
        Returns:
        The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points. Default value is 1