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

GoogleCloudMonitoringAlertPolicyAggregation

No description

type GoogleCloudMonitoringAlertPolicyAggregation {
alignmentPeriod: String!
crossSeriesReducer: GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer!
groupByFields: [String!]!
perSeriesAligner: GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner!
}

Fields

GoogleCloudMonitoringAlertPolicyAggregation.alignmentPeriod ● String! non-null scalar

The alignment period specifies a time interval, in seconds, that is used to divide the data in all the time series into consistent blocks of time

GoogleCloudMonitoringAlertPolicyAggregation.crossSeriesReducer ● GoogleCloudMonitoringAlertPolicyAggregationCrossSeriesReducer! non-null enum

The reduction operation to be used to combine time series into a single time series

GoogleCloudMonitoringAlertPolicyAggregation.groupByFields ● [String!]! non-null scalar

Determine how the time series are partitioned into subsets prior to applying the aggregation operation

GoogleCloudMonitoringAlertPolicyAggregation.perSeriesAligner ● GoogleCloudMonitoringAlertPolicyAggregationPerSeriesAligner! non-null enum

An Aligner describes how to bring the data points in a single time series into temporal alignment

Member of

GoogleCloudMonitoringAlertPolicyConditionAbsent object ● GoogleCloudMonitoringAlertPolicyConditionThreshold object