Class: Google::Cloud::Monitoring::V3::AlertPolicy::Condition::MonitoringQueryLanguageCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::AlertPolicy::Condition::MonitoringQueryLanguageCondition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/alert.rb
Overview
A condition type that allows alert policies to be defined using Monitoring Query Language.
Instance Attribute Summary collapse
-
#duration ⇒ ::Google::Protobuf::Duration
The amount of time that a time series must violate the threshold to be considered failing.
-
#evaluation_missing_data ⇒ ::Google::Cloud::Monitoring::V3::AlertPolicy::Condition::EvaluationMissingData
A condition control that determines how metric-threshold conditions are evaluated when data stops arriving.
-
#query ⇒ ::String
Monitoring Query Language query that outputs a boolean stream.
-
#trigger ⇒ ::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.
Instance Attribute Details
#duration ⇒ ::Google::Protobuf::Duration
471 472 473 474 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 471 class MonitoringQueryLanguageCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#evaluation_missing_data ⇒ ::Google::Cloud::Monitoring::V3::AlertPolicy::Condition::EvaluationMissingData
471 472 473 474 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 471 class MonitoringQueryLanguageCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::String
471 472 473 474 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 471 class MonitoringQueryLanguageCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trigger ⇒ ::Google::Cloud::Monitoring::V3::AlertPolicy::Condition::Trigger
471 472 473 474 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 471 class MonitoringQueryLanguageCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |