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
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
You can set up a detector while initially creating or editing a test, or from the results view for a particular test.
46
+
You can set up a detector while initially creating or editing a test, or from the results view for a particular test. A detector can track one or multiple Synthetic Monitoring tests of the same type.
47
47
48
48
To set up a detector, do one of the following:
49
49
50
50
* While creating or editing a test, select :guilabel:`+ Create detector`. The detector dialog box opens.
51
51
* From the :guilabel:`Test results` page for a particular test, select :guilabel:`+ Create detector`. The detector dialog box opens.
52
52
53
-
Then, in the detector dialog box, do the following:
53
+
In the detector dialog box, enter the following fields:
54
54
55
-
#. Check that you see the name of the test you want to monitor
56
-
#. Type a name for your detector.
57
-
#. Use the metric selector to select the metric you'd like to alert on.
58
-
#. Use the condition selector to choose the default :guilabel:`Static threshold` alert condition.
59
-
#. Use the :guilabel:`Scope alerts to` selector 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:
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`.
56
+
#. In the metric list, select the metric you want to receive alerts for. By default, a detector tracks :strong:`Uptime` metric.
57
+
#. The default :guilabel:`Static threshold` alert condition can't be changed.
58
+
#. 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:
60
59
61
60
* :ref:`page-level-detector`
62
61
* :ref:`transaction-level-detector`
63
62
64
63
#. In the :guilabel:`Alert details` section, enter the following:
65
64
66
-
* :guilabel:`Trigger threshold`: The threshold the metric must exceed to trigger the alert
67
-
* :guilabel:`Violates threshold`: How many times the threshold must be violated to trigger the alert
68
-
* :guilabel:`Split by location`: Choose whether to split the detector by test location. If you don't filter by location, the detector monitors the average value across locations.
65
+
* :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.
67
+
* :guilabel:`Violates threshold`: How many times the metric must violate the threshold to trigger the alert.
68
+
* :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
69
70
70
#. Use the severity selector to select the severity of the alert.
0 commit comments