OBJECT
ObservabilityMetricAlertCondition
Observability Metric Alert Condition
link GraphQL Schema definition
- type ObservabilityMetricAlertCondition {
- # Frequency of alert evaluation in minutes
- Int! :
- # Operator to be applied
- ObservabilityAlertThresholdOperator! :
- # Window in minutes the condition needs to be inactive/false to resolve Alert
- Int! :
- # Threshold to be applied
- ObservabilityMetricAlertThresholdCondition! :
- # Window in minutes the condition needs to be active to trigger Alert
- Int! :
- }