Properties of a MetricThreshold.
Package
@google-cloud/monitoringProperties
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
evaluationMissingData
evaluationMissingData?: (google.monitoring.v3.AlertPolicy.Condition.EvaluationMissingData|keyof typeof google.monitoring.v3.AlertPolicy.Condition.EvaluationMissingData|null);MetricThreshold evaluationMissingData
filter
filter?: (string|null);MetricThreshold filter
forecastOptions
forecastOptions?: (google.monitoring.v3.AlertPolicy.Condition.MetricThreshold.IForecastOptions|null);MetricThreshold forecastOptions
thresholdValue
thresholdValue?: (number|null);MetricThreshold thresholdValue
trigger
trigger?: (google.monitoring.v3.AlertPolicy.Condition.ITrigger|null);MetricThreshold trigger