Method: Google::Cloud::Monitoring::V3::AlertPolicy::Condition::MonitoringQueryLanguageCondition#trigger

Defined in:
proto_docs/google/monitoring/v3/alert.rb

#trigger::Google::Cloud::Monitoring::V3::AlertPolicy::Condition::Trigger

Returns The number/percent of time series for which the comparison must hold in order for the condition to trigger. If unspecified, then the condition will trigger if the comparison is true for any of the time series that have been identified by filter and aggregations, or by the ratio, if denominator_filter and denominator_aggregations are specified.

Returns:

  • (::Google::Cloud::Monitoring::V3::AlertPolicy::Condition::Trigger)

    The number/percent of time series for which the comparison must hold in order for the condition to trigger. If unspecified, then the condition will trigger if the comparison is true for any of the time series that have been identified by filter and aggregations, or by the ratio, if denominator_filter and denominator_aggregations are specified.

[View source]

408
409
410
411
# File 'proto_docs/google/monitoring/v3/alert.rb', line 408

class MonitoringQueryLanguageCondition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end