Skip to main content

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer

No description

enum GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer {
REDUCE_NONE
REDUCE_MEAN
REDUCE_MIN
REDUCE_MAX
REDUCE_SUM
REDUCE_STDDEV
REDUCE_COUNT
REDUCE_COUNT_TRUE
REDUCE_COUNT_FALSE
REDUCE_FRACTION_TRUE
REDUCE_PERCENTILE_99
REDUCE_PERCENTILE_95
REDUCE_PERCENTILE_50
REDUCE_PERCENTILE_05
}

Values

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_NONE

No cross-time series reduction. The output of the Aligner is returned

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_MEAN

Reduce by computing the mean value across time series for each alignment period

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_MIN

Reduce by computing the minimum value across time series for each alignment period

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_MAX

Reduce by computing the maximum value across time series for each alignment period

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_SUM

Reduce by computing the sum across time series for each alignment period

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_STDDEV

Reduce by computing the standard deviation across time series for each alignment period

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_COUNT

Reduce by computing the number of data points across time series for each alignment period

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_COUNT_TRUE

Reduce by computing the number of True-valued data points across time series for each alignment period

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_COUNT_FALSE

Reduce by computing the number of False-valued data points across time series for each alignment period

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_FRACTION_TRUE

Reduce by computing the ratio of the number of True-valued data points to the total number of data points for each alignment period

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_PERCENTILE_99

Reduce by computing the 99th percentile (https://en.wikipedia.org/wiki/Percentile) of data points across time series for each alignment period

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_PERCENTILE_95

Reduce by computing the 95th percentile (https://en.wikipedia.org/wiki/Percentile) of data points across time series for each alignment period

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_PERCENTILE_50

Reduce by computing the 50th percentile (https://en.wikipedia.org/wiki/Percentile) of data points across time series for each alignment period

GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer.REDUCE_PERCENTILE_05

Reduce by computing the 5th percentile (https://en.wikipedia.org/wiki/Percentile) of data points across time series for each alignment period

Member of

GoogleCloudMonitoringAlertPolicyAggregation object