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
This example shows how to use a ``<??>`` wildcard to group together URLs by one or more tokens. The ``<??>`` wildcard is supported only as the last wild card in a pattern at this time.
125
+
This example shows how to use a ``<??>`` wildcard to group together URLs by one or more tokens. The ``<??>`` wildcard is supported only as the last wildcard in a pattern at this time.
Copy file name to clipboardExpand all lines: synthetics/test-config/synth-alerts.rst
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,15 @@ You can set up a detector while initially creating or editing a test, or from th
47
47
48
48
To set up a detector, do one of the following:
49
49
50
-
* While creating or editing a test, select :guilabel:`+ Create detector`. The detector dialog box opens.
51
-
* From the :guilabel:`Test results` page for a particular test, select :guilabel:`+ Create detector`. The detector dialog box opens.
50
+
* While creating or editing a test, select :guilabel:`Create detector`. The detector dialog box opens.
51
+
* From the :guilabel:`Test results` page for a particular test, select :guilabel:`Create detector`. The detector dialog box opens.
52
52
53
53
In the detector dialog box, enter the following fields:
54
54
55
-
#. In the test name list, select the tests you want to include in your detector. If you want to include all tests of the same type, select :strong:`All tests`.
55
+
#. In the test name list, select the tests you want to include in your detector. If you want to include all tests you see in the list, select the :strong:`All tests` check box.
56
+
57
+
.. note:: The :strong:`All tests` option uses wildcard ( * ) in the program text and always covers all tests of the same type.
58
+
56
59
#. In the metric list, select the metric you want to receive alerts for. By default, a detector tracks :strong:`Uptime` metric.
57
60
#. The default :guilabel:`Static threshold` alert condition can't be changed.
58
61
#. Select :strong:`+ Add filters` to scope the alerts by dimension. For Browser tests, you can use this selector to scope the detector to the entire test, a particular page within the test, or a particular synthetic transaction within the test. See the following sections for details:
@@ -63,13 +66,12 @@ In the detector dialog box, enter the following fields:
63
66
#. In the :guilabel:`Alert details` section, enter the following:
64
67
65
68
* :guilabel:`Trigger threshold`: The threshold to trigger the alert.
66
-
* :guilabel:`Orientation`: Specify whether the metric must fall below or exceed the threshold to trigger the alert.
69
+
* :guilabel:`Orientation`: Only available for uptime metric. Specify whether the metric must fall below or exceed the threshold to trigger the alert.
67
70
* :guilabel:`Violates threshold`: How many times the metric must violate the threshold to trigger the alert.
68
71
* :guilabel:`Split by location`: Select whether to split the detector by test location. If you don't filter by location, the detector monitors the average value across all locations.
69
72
70
73
#. Use the severity selector to select the severity of the alert.
0 commit comments