メインコンテンツまでスキップ

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner

No description

enum GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner {
ALIGN_NONE
ALIGN_DELTA
ALIGN_RATE
ALIGN_INTERPOLATE
ALIGN_NEXT_OLDER
ALIGN_MIN
ALIGN_MAX
ALIGN_MEAN
ALIGN_COUNT
ALIGN_SUM
ALIGN_STDDEV
ALIGN_COUNT_TRUE
ALIGN_COUNT_FALSE
ALIGN_FRACTION_TRUE
ALIGN_PERCENTILE_99
ALIGN_PERCENTILE_95
ALIGN_PERCENTILE_50
ALIGN_PERCENTILE_05
ALIGN_PERCENT_CHANGE
}

Values

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_NONE

No alignment

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_DELTA

Align and convert to DELTA

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_RATE

Align and convert to a rate

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_INTERPOLATE

Align by interpolating between adjacent points around the alignment period boundary

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_NEXT_OLDER

Align by moving the most recent data point before the end of the alignment period to the boundary at the end of the alignment period

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_MIN

Align the time series by returning the minimum value in each alignment period

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_MAX

Align the time series by returning the maximum value in each alignment period

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_MEAN

Align the time series by returning the mean value in each alignment period

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_COUNT

Align the time series by returning the number of values in each alignment period

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_SUM

Align the time series by returning the sum of the values in each alignment period

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_STDDEV

Align the time series by returning the standard deviation of the values in each alignment period

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_COUNT_TRUE

Align the time series by returning the number of True values in each alignment period

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_COUNT_FALSE

Align the time series by returning the number of False values in each alignment period

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_FRACTION_TRUE

Align the time series by returning the ratio of the number of True values to the total number of values in each alignment period

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_PERCENTILE_99

Align the time series by using percentile aggregation (https://en.wikipedia.org/wiki/Percentile)

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_PERCENTILE_95

Align the time series by using percentile aggregation (https://en.wikipedia.org/wiki/Percentile)

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_PERCENTILE_50

Align the time series by using percentile aggregation (https://en.wikipedia.org/wiki/Percentile)

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_PERCENTILE_05

Align the time series by using percentile aggregation (https://en.wikipedia.org/wiki/Percentile)

GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner.ALIGN_PERCENT_CHANGE

Align and convert to a percentage change

Member of

GoogleCloudMonitoringAlertPolicyAggregation object