OBJECT
ObservabilityMetricAlertRule
Observability Metric Alert rule
link GraphQL Schema definition
- type ObservabilityMetricAlertRule {
- # Observability Alerting condition on threshold
- ObservabilityMetricAlertCondition! :
- # Optional namespace from which to collect stats
- String :
- # Prometheus query expression used to evaluate threshold on
- String! :
- }