You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -574,9 +573,9 @@ Here is a summary of arguments for each condition type (fields which are not mar
574
573
575
574
#### log_anomaly_condition
576
575
-`field`: The name of the field that the trigger condition will alert on. The trigger could compare the value of specified field with the threshold. If field is not specified, monitor would default to result count instead.
577
-
-`sensitivity`: The triggering sensitivity of the anomaly model used for this monitor.
578
576
-`anomaly_detector_type`: The type of anomaly model that will be used for evaluating this monitor. Possible values are: `Cluster`.
579
577
-`critical`
578
+
-`sensitivity`: The triggering sensitivity of the anomaly model used for this monitor.
580
579
-`min_anomaly_count` (Required) : The minimum number of anomalies required to exist in the current time range for the condition to trigger.
581
580
-`time_range` (Required) : The relative time range for anomaly evaluation. Accepted format: Optional `-` sign followed by `<number>` followed by a `<time_unit>` character: `s` for seconds, `m` for minutes, `h` for hours, `d` for days. Examples: `30m`, `-12h`.
0 commit comments