MonitoringQueryLanguageCondition class
A condition type that allows alert policies to be defined using Monitoring Query Language (https://cloud.google.com/monitoring/mql).
Constructors
- MonitoringQueryLanguageCondition({String? duration, String? evaluationMissingData, String? query, Trigger? trigger})
- MonitoringQueryLanguageCondition.fromJson(Map json_)
Properties
- duration ↔ String?
-
The amount of time that a time series must violate the threshold to be
considered failing.
getter/setter pair
- evaluationMissingData ↔ String?
-
A condition control that determines how metric-threshold conditions are
evaluated when data stops arriving.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- query ↔ String?
-
Monitoring Query Language (https://cloud.google.com/monitoring/mql) query
that outputs a boolean stream.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trigger ↔ Trigger?
-
The number/percent of time series for which the comparison must hold in
order for the condition to trigger.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited