This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 7b53d85 correct 3rd default alarm rule description (#3192)
7b53d85 is described below
commit 7b53d853e18d8ce0eaf6d99d154012d7b56d80f0
Author: makingtime <[email protected]>
AuthorDate: Wed Jul 31 07:50:11 2019 +0800
correct 3rd default alarm rule description (#3192)
* correct 3rd default alarm rule description
* unit change: 1000ms -> 1s
---
docs/en/setup/backend/backend-alarm.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/setup/backend/backend-alarm.md
b/docs/en/setup/backend/backend-alarm.md
index 7fc6459..5ab7390 100644
--- a/docs/en/setup/backend/backend-alarm.md
+++ b/docs/en/setup/backend/backend-alarm.md
@@ -53,7 +53,7 @@ rules:
We provided a default `alarm-setting.yml` in our distribution only for
convenience, which including following rules
1. Service average response time over 1s in last 3 minutes.
1. Service success rate lower than 80% in last 2 minutes.
-1. Service 90% response time is lower than 1000ms in last 3 minutes
+1. Service 90% response time is over 1s in last 3 minutes
1. Service Instance average response time over 1s in last 2 minutes.
1. Endpoint average response time over 1s in last 2 minutes.