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
Copy file name to clipboardExpand all lines: getting-started-guide/quickstart-using-sample-data.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ You created a simple dashboard that displays the number of HTTP requests of each
90
90
91
91
1. In the top left, click **Monitors**, and then click **New monitor** on the top right.
92
92
1. Click **Threshold monitor**.
93
-
1. In **Check options**, enter `1000` as the value.
93
+
1. In **Check options**, enter `10000` as the value.
94
94
1. Click **+ Add notifier**, and then select **Email: Internal server error notifier**.
95
95
1. Click **Builder**.
96
96
1. In the **APL** section, enter the following:
@@ -101,7 +101,7 @@ You created a simple dashboard that displays the number of HTTP requests of each
101
101
```
102
102
1. Click **Create**.
103
103
104
-
You created a monitor that automatically sends a notification to your email address if the HTTP requests with the status **500** is higher than 1,000 in ten minutes.
104
+
You created a monitor that automatically sends a notification to your email address if the HTTP requests with the status **500** is higher than 10,000 in ten minutes.
0 commit comments