INPUT_OBJECT
ObservabilityMetricAlertConditionInput
Observability Alert Condition input
link GraphQL Schema definition
- input ObservabilityMetricAlertConditionInput {
- # frequency of alert evaluation in minutes
- Int! :
- # operator to be applied
- ObservabilityAlertThresholdOperator! :
- # window in minutes to resolve
- Int! :
- # thresholds to be applied
- ObservabilityAlertThresholdConditionInput! :
- # window in minutes to trigger
- Int! :
- }