Module: Google::Cloud::Monitoring::V3::AlertPolicy::Condition::EvaluationMissingData

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

Overview

A condition control that determines how metric-threshold conditions are evaluated when data stops arriving. This control doesn't affect metric-absence policies.

Constant Summary collapse

EVALUATION_MISSING_DATA_UNSPECIFIED =

An unspecified evaluation missing data option. Equivalent to EVALUATION_MISSING_DATA_NO_OP.

0
EVALUATION_MISSING_DATA_INACTIVE =

If there is no data to evaluate the condition, then evaluate the condition as false.

1
EVALUATION_MISSING_DATA_ACTIVE =

If there is no data to evaluate the condition, then evaluate the condition as true.

2
EVALUATION_MISSING_DATA_NO_OP =

Do not evaluate the condition to any value if there is no data.

3