Class: Google::Monitoring::V3::AlertPolicy::Condition::Trigger
- Inherits:
-
Object
- Object
- Google::Monitoring::V3::AlertPolicy::Condition::Trigger
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert.rb
Overview
Specifies how many time series must fail a predicate to trigger a condition. If not specified, then a +1+ trigger is used.
Instance Attribute Summary collapse
-
#count ⇒ Integer
The absolute number of time series that must fail the predicate for the condition to be triggered.
-
#percent ⇒ Float
The percentage of time series that must fail the predicate for the condition to be triggered.
Instance Attribute Details
#count ⇒ Integer
Returns The absolute number of time series that must fail the predicate for the condition to be triggered.
162 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert.rb', line 162 class Trigger; end |
#percent ⇒ Float
Returns The percentage of time series that must fail the predicate for the condition to be triggered.
162 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert.rb', line 162 class Trigger; end |