Stackdriver Monitoring V3 Client - Class EvaluationMissingData (1.9.0)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class EvaluationMissingData.

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

This control doesn't affect metric-absence policies.

Protobuf type google.monitoring.v3.AlertPolicy.Condition.EvaluationMissingData

Namespace

Google \ Cloud \ Monitoring \ V3 \ AlertPolicy \ Condition

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

EVALUATION_MISSING_DATA_UNSPECIFIED

Value: 0

An unspecified evaluation missing data option. Equivalent to EVALUATION_MISSING_DATA_NO_OP.

Generated from protobuf enum EVALUATION_MISSING_DATA_UNSPECIFIED = 0;

EVALUATION_MISSING_DATA_INACTIVE

Value: 1

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

Generated from protobuf enum EVALUATION_MISSING_DATA_INACTIVE = 1;

EVALUATION_MISSING_DATA_ACTIVE

Value: 2

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

Generated from protobuf enum EVALUATION_MISSING_DATA_ACTIVE = 2;

EVALUATION_MISSING_DATA_NO_OP

Value: 3

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

Generated from protobuf enum EVALUATION_MISSING_DATA_NO_OP = 3;