OBJECT

ObservabilityLogAlertThresholdCondition

Log Alert Threshold condition

link GraphQL Schema definition

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