Module: Google::Cloud::Monitoring::Dashboard::V1::Threshold::Direction

Defined in:
proto_docs/google/monitoring/dashboard/v1/metrics.rb

Overview

Whether the threshold is considered crossed by an actual value above or below its threshold value.

Constant Summary collapse

DIRECTION_UNSPECIFIED =

Not allowed in well-formed requests.

0
ABOVE =

The threshold will be considered crossed if the actual value is above the threshold value.

1
BELOW =

The threshold will be considered crossed if the actual value is below the threshold value.

2