Skip to main content

GoogleCloudMonitoringAlertPolicyConditionThreshold

No description

type GoogleCloudMonitoringAlertPolicyConditionThreshold {
aggregations: [GoogleCloudMonitoringAlertPolicyAggregation!]!
comparison: GoogleCloudMonitoringAlertPolicyConditionThresholdComparison!
denominatorAggregations: [GoogleCloudMonitoringAlertPolicyAggregation!]!
denominatorFilter: String!
duration: String!
evaluationMissingData: GoogleCloudMonitoringAlertPolicyConditionThresholdEvaluationMissingData!
filter: String!
forecastOptions: GoogleCloudMonitoringAlertPolicyConditionThresholdForecastOptions
value: Float64!
trigger: GoogleCloudMonitoringAlertPolicyConditionTrigger
}

Fields

GoogleCloudMonitoringAlertPolicyConditionThreshold.aggregations ● [GoogleCloudMonitoringAlertPolicyAggregation!]! non-null object

Specifies the alignment of data points in individual time series as well as how to combine the retrieved time series together

GoogleCloudMonitoringAlertPolicyConditionThreshold.comparison ● GoogleCloudMonitoringAlertPolicyConditionThresholdComparison! non-null enum

The comparison to apply between the time series and the threshold

GoogleCloudMonitoringAlertPolicyConditionThreshold.denominatorAggregations ● [GoogleCloudMonitoringAlertPolicyAggregation!]! non-null object

Specifies the alignment of data points in individual time series selected by denominatorFilter as well as how to combine the retrieved time series together

GoogleCloudMonitoringAlertPolicyConditionThreshold.denominatorFilter ● String! non-null scalar

Identifies a time series that should be used as the denominator of a ratio that will be compared with the threshold

GoogleCloudMonitoringAlertPolicyConditionThreshold.duration ● String! non-null scalar

The amount of time that a time series must violate the threshold to be considered failing

GoogleCloudMonitoringAlertPolicyConditionThreshold.evaluationMissingData ● GoogleCloudMonitoringAlertPolicyConditionThresholdEvaluationMissingData! non-null enum

Determines how metric-threshold conditions are evaluated when data stops arriving

GoogleCloudMonitoringAlertPolicyConditionThreshold.filter ● String! non-null scalar

Identifies which time series should be compared with the threshold

GoogleCloudMonitoringAlertPolicyConditionThreshold.forecastOptions ● GoogleCloudMonitoringAlertPolicyConditionThresholdForecastOptions object

When this field is present, the condition forecasts whether the time series is predicted to violate the threshold within the horizon

GoogleCloudMonitoringAlertPolicyConditionThreshold.value ● Float64! non-null scalar

The value against which to compare the time series

GoogleCloudMonitoringAlertPolicyConditionThreshold.trigger ● GoogleCloudMonitoringAlertPolicyConditionTrigger object

The number/percent of time series for which the comparison must hold in order for the condition to trigger

Member of

GoogleCloudMonitoringAlertPolicyCondition object