INPUT_OBJECT

ObservabilityAlertThresholdConditionInput

Observability Alert threshold condition input

link GraphQL Schema definition

  • input ObservabilityAlertThresholdConditionInput {
  • # severity of the Observability alert
  • alertSeverity: ObservabilityAlertSeverity!
  • # Sensitivity measure used for detecting violations from baseline.
  • # 0 - Highest sensitivity
  • # 100 - Lowest sensitivity
  • confidenceLevel: Int
  • # Threshold bound describing type of filtering required for dynamic alerts ex:
  • # LOWER, UPPER, BOTH
  • direction: ObservabilityAlertDynamicThresholdDirection
  • # threshold to compare the metric value with
  • thresholdValue: Float!
  • }