INPUT_OBJECT
ObservabilityLogAlertRuleInput
Observability Log Alert provider rule input.
link GraphQL Schema definition
- input ObservabilityLogAlertRuleInput {
- # Aggregation which needs to be applied on queried logs
- ObservabilityAggregationFunction! :
- # Observability alerting condition which needs to be applied on queried logs
- ObservabilityLogAlertConditionInput! :
- # Frequency of alert evaluation in minutes
- Int! :
- # Optional namespace from which to collect logs
- String :
- # Number of records to query for
- Int :
- # Query filtering options used to evaluate threshold on
- QueryFilter! :
- # If provided and the value is positive non-zero, then this indicates window in
- # minutes the condition needs to be inactive/false to resolve Alert.
- # If not provided or the value is either zero or negative, then this indicates
- # that the log alert doesn't need resolution management and is stateless.
- Int :
- # Window in minutes the condition needs to be active to trigger the alert
- Int! :
- }