Cloud Monitoring Dashboards V1 API - Module Google::Cloud::Monitoring::Dashboard::V1::PickTimeSeriesFilter::Method (v0.16.0)

Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API module Google::Cloud::Monitoring::Dashboard::V1::PickTimeSeriesFilter::Method.

The value reducers that can be applied to a PickTimeSeriesFilter.

Constants

METHOD_UNSPECIFIED

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

METHOD_MEAN

value: 1
Select the mean of all values.

METHOD_MAX

value: 2
Select the maximum value.

METHOD_MIN

value: 3
Select the minimum value.

METHOD_SUM

value: 4
Compute the sum of all values.

METHOD_LATEST

value: 5
Select the most recent value.