OBJECT

ObservabilityMetricAlertThresholdCondition

metric Alert Threshold condition

link GraphQL Schema definition

  • type ObservabilityMetricAlertThresholdCondition {
  • # Severity of the alert
  • alertSeverity: ObservabilityAlertSeverity!
  • # Threshold to compare the metric value with
  • thresholdValue: Float!
  • }