Show / Hide Table of Contents

Enum ProjectsResource.TimeSeriesResource.ListRequest.AggregationCrossSeriesReducerEnum

The reduction operation to be used to combine 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.Not all reducer operations can be applied to all time series. The valid choices depend on the metric_kind and the value_type of the original time series. Reduction can yield a time series with a different metric_kind or value_type than the input time series.Time series data must first be aligned (see per_series_aligner) in order to perform cross-time series reduction. If cross_series_reducer is specified, then per_series_aligner must be specified, and must not be ALIGN_NONE. An alignment_period must also be specified; otherwise, an error is returned.

Namespace: Google.Apis.Monitoring.v3
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public enum AggregationCrossSeriesReducerEnum

Fields

Name Description
REDUCECOUNT
REDUCECOUNTFALSE
REDUCECOUNTTRUE
REDUCEFRACTIONTRUE
REDUCEMAX
REDUCEMEAN
REDUCEMIN
REDUCENONE
REDUCEPERCENTILE05
REDUCEPERCENTILE50
REDUCEPERCENTILE95
REDUCEPERCENTILE99
REDUCESTDDEV
REDUCESUM
Back to top