Module google_api_proto::google::monitoring::v3::aggregation
source · Expand description
Nested message and enum types in Aggregation
.
Enums§
- The
Aligner
specifies the operation that will be applied to the data points in each alignment period in a time series. Except forALIGN_NONE
, which specifies that no operation be applied, each alignment operation replaces the set of data values in each alignment period with a single value: the result of applying the operation to the data values. An aligned time series has a single data value at the end of eachalignment_period
. - A Reducer operation describes how to aggregate data points from multiple time series into a single time series, where the value of each data point in the resulting series is a function of all the already aligned values in the input time series.