Skip to content

Commit 6090f6e

Browse files
committed
Add note on All tests
1 parent 2c53276 commit 6090f6e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

rum/rum-rules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This example shows how to use a ``<?>`` symbol to apply a single token wildcard
122122
<??> Wildcard for one or more trailing tokens
123123
--------------------------------------------------------
124124

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 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.
126126

127127

128128
.. list-table::

synthetics/test-config/synth-alerts.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,15 @@ You can set up a detector while initially creating or editing a test, or from th
4747

4848
To set up a detector, do one of the following:
4949

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.
5252

5353
In the detector dialog box, enter the following fields:
5454

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+
5659
#. In the metric list, select the metric you want to receive alerts for. By default, a detector tracks :strong:`Uptime` metric.
5760
#. The default :guilabel:`Static threshold` alert condition can't be changed.
5861
#. 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:
6366
#. In the :guilabel:`Alert details` section, enter the following:
6467

6568
* :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.
6770
* :guilabel:`Violates threshold`: How many times the metric must violate the threshold to trigger the alert.
6871
* :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.
6972

7073
#. Use the severity selector to select the severity of the alert.
71-
#. Add recipients.
72-
#. (Optional) Add a URL to a runbook.
74+
#. Add recipients.
7375
#. Select :guilabel:`Activate`.
7476

7577
.. _page-level-detector:

0 commit comments

Comments
 (0)