correct 3rd default alarm rule description (#3192)

* correct 3rd default alarm rule description

* unit change: 1000ms -> 1s
This commit is contained in:
makingtime 2019-07-31 07:50:11 +08:00 committed by 吴晟 Wu Sheng
parent 0a057585b1
commit 7b53d853e1
1 changed files with 1 additions and 1 deletions

View File

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