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

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

Overview

Describes the ranking directions.

Constant Summary collapse

DIRECTION_UNSPECIFIED =

Not allowed. You must specify a different Direction if you specify a PickTimeSeriesFilter.

0
TOP =

Pass the highest num_time_series ranking inputs.

1
BOTTOM =

Pass the lowest num_time_series ranking inputs.

2