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

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

Overview

The value reducers that can be applied to a PickTimeSeriesFilter.

Constant Summary collapse

METHOD_UNSPECIFIED =

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

0
METHOD_MEAN =

Select the mean of all values.

1
METHOD_MAX =

Select the maximum value.

2
METHOD_MIN =

Select the minimum value.

3
METHOD_SUM =

Compute the sum of all values.

4
METHOD_LATEST =

Select the most recent value.

5