Google Cloud Monitoring v3 API - Class AlertPolicy.Types.Condition.Types.MonitoringQueryLanguageCondition (3.8.0)

public sealed class AlertPolicy.Types.Condition.Types.MonitoringQueryLanguageCondition : IMessage<AlertPolicy.Types.Condition.Types.MonitoringQueryLanguageCondition>, IEquatable<AlertPolicy.Types.Condition.Types.MonitoringQueryLanguageCondition>, IDeepCloneable<AlertPolicy.Types.Condition.Types.MonitoringQueryLanguageCondition>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class AlertPolicy.Types.Condition.Types.MonitoringQueryLanguageCondition.

A condition type that allows alert policies to be defined using Monitoring Query Language.

Inheritance

object > AlertPolicy.Types.Condition.Types.MonitoringQueryLanguageCondition

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

MonitoringQueryLanguageCondition()

public MonitoringQueryLanguageCondition()

MonitoringQueryLanguageCondition(MonitoringQueryLanguageCondition)

public MonitoringQueryLanguageCondition(AlertPolicy.Types.Condition.Types.MonitoringQueryLanguageCondition other)
Parameter
NameDescription
otherAlertPolicyTypesConditionTypesMonitoringQueryLanguageCondition

Properties

Duration

public Duration Duration { get; set; }

The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the aggregations field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.

Property Value
TypeDescription
Duration

EvaluationMissingData

public AlertPolicy.Types.Condition.Types.EvaluationMissingData EvaluationMissingData { get; set; }

A condition control that determines how metric-threshold conditions are evaluated when data stops arriving.

Property Value
TypeDescription
AlertPolicyTypesConditionTypesEvaluationMissingData

Query

public string Query { get; set; }

Monitoring Query Language query that outputs a boolean stream.

Property Value
TypeDescription
string

Trigger

public AlertPolicy.Types.Condition.Types.Trigger Trigger { get; set; }

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.

Property Value
TypeDescription
AlertPolicyTypesConditionTypesTrigger