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
@@ -615,6 +632,7 @@ Here is a summary of arguments for each condition type (fields which are not mar
615
632
-`resolution` (Required)
616
633
-`threshold`
617
634
-`threshold_type`
635
+
-`occurrence_type` (Optional)
618
636
-`min_data_points` (Optional)
619
637
-`warning`
620
638
-`time_range` (Required) : 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`.
@@ -626,6 +644,7 @@ Here is a summary of arguments for each condition type (fields which are not mar
626
644
-`resolution` (Required)
627
645
-`threshold`
628
646
-`threshold_type`
647
+
-`occurrence_type` (Optional)
629
648
-`min_data_points` (Optional)
630
649
#### logs_outlier_condition
631
650
-`field`
@@ -651,6 +670,7 @@ Here is a summary of arguments for each condition type (fields which are not mar
651
670
-`frequency` 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: `1m`, `2m`, `10m`'.
652
671
#### metrics_missing_data_condition
653
672
-`time_range` (Required) : 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`.
673
+
-`trigger_source` (Required) : Accepted format: `AnyTimeSeries`, `AllTimeSeries`, or `AllResults`
0 commit comments