Commit 7b53d853 authored by makingtime's avatar makingtime Committed by 吴晟
Browse files

correct 3rd default alarm rule description (#3192)

* correct 3rd default alarm rule description

* unit change: 1000ms -> 1s
parent 0a057585
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.