INPUT_OBJECT
ObservabilityMetricAlertRuleInput
Observability Metric Alert provider rule input
link GraphQL Schema definition
- input ObservabilityMetricAlertRuleInput {
- # Alerting condition on threshold
- ObservabilityMetricAlertConditionInput! :
- # Optional namespace from which to collect stats
- String :
- # Prometheus query expression used to evaluate threshold on
- String! :
- # Threshold type for observability alert
- ObservabilityAlertThresholdType! :
- }