Show / Hide Table of Contents

Class AlertPolicyConditionConditionAbsent

Inheritance
System.Object
AlertPolicyConditionConditionAbsent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Monitoring.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AlertPolicyConditionConditionAbsent

Fields

View Source

Aggregations

Specifies the alignment of data points in individual time series as well as how to combine the retrieved time series together (such as when aggregating multiple streams on each resource to a single stream for each resource or when aggregating streams across all members of a group of resources). Multiple aggregations are applied in the order specified.This field is similar to the one in the MetricService.ListTimeSeries request. It is advisable to use the ListTimeSeries method when debugging this field. Structure is documented below.

Declaration
public readonly ImmutableArray<AlertPolicyConditionConditionAbsentAggregation> Aggregations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<AlertPolicyConditionConditionAbsentAggregation>
View Source

Duration

The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the aggregations field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.

Declaration
public readonly string Duration
Field Value
Type Description
System.String
View Source

Filter

A filter that identifies which time series should be compared with the threshold.The filter is similar to the one that is specified in the MetricService.ListTimeSeries request (that call is useful to verify the time series that will be retrieved / processed) and must specify the metric type and optionally may contain restrictions on resource type, resource labels, and metric labels. This field may not exceed 2048 Unicode characters in length.

Declaration
public readonly string Filter
Field Value
Type Description
System.String
View Source

Trigger

The number/percent of time series for which the comparison must hold in order for the condition to trigger. If unspecified, then the condition will trigger if the comparison is true for any of the time series that have been identified by filter and aggregations, or by the ratio, if denominator_filter and denominator_aggregations are specified. Structure is documented below.

Declaration
public readonly AlertPolicyConditionConditionAbsentTrigger Trigger
Field Value
Type Description
AlertPolicyConditionConditionAbsentTrigger
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.