Interface protos.google.monitoring.v3.AlertPolicy.Condition.IMetricThreshold (4.0.0)

Properties of a MetricThreshold.

Package

@google-cloud/monitoring

Properties

aggregations

aggregations?: (google.monitoring.v3.IAggregation[]|null);

MetricThreshold aggregations

comparison

comparison?: (google.monitoring.v3.ComparisonType|keyof typeof google.monitoring.v3.ComparisonType|null);

MetricThreshold comparison

denominatorAggregations

denominatorAggregations?: (google.monitoring.v3.IAggregation[]|null);

MetricThreshold denominatorAggregations

denominatorFilter

denominatorFilter?: (string|null);

MetricThreshold denominatorFilter

duration

duration?: (google.protobuf.IDuration|null);

MetricThreshold duration

filter

filter?: (string|null);

MetricThreshold filter

thresholdValue

thresholdValue?: (number|null);

MetricThreshold thresholdValue

trigger

trigger?: (google.monitoring.v3.AlertPolicy.Condition.ITrigger|null);

MetricThreshold trigger