thresholdType property

String? thresholdType
getter/setter pair

The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured.

If value falls below expected_min or exceeds expected_max, an alert will be fired. Possible string values are:

  • "THRESHOLD_TYPE_UNSPECIFIED" : Default.
  • "EXPECTED_MIN" : Note that this field will only trigger alerts if the integration specifying it runs at least once in 24 hours (which is our in-memory retention period for monarch streams). Also note that aggregation_period for this alert configuration must be less than 24 hours. Min value threshold.
  • "EXPECTED_MAX" : Max value threshold.

Implementation

core.String? thresholdType;