OBJECT

ObservabilityMetricAlertCondition

Observability Metric Alert Condition

link GraphQL Schema definition

  • type ObservabilityMetricAlertCondition {
  • # Frequency of alert evaluation in minutes
  • alertEvaluationFrequencyInMins: Int!
  • # Operator to be applied
  • operator: ObservabilityAlertThresholdOperator!
  • # Window in minutes the condition needs to be inactive/false to resolve Alert
  • resolveWindowInMins: Int!
  • # Threshold to be applied
  • threshold: ObservabilityMetricAlertThresholdCondition!
  • # Window in minutes the condition needs to be active to trigger Alert
  • triggerWindowInMins: Int!
  • }