OBJECT

ObservabilityMetricAlertThresholdCondition

metric Alert Threshold condition

link GraphQL Schema definition

  • type ObservabilityMetricAlertThresholdCondition {
  • # Severity of the 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!
  • }