You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2019/02/21 23:32:43 UTC

[incubator-skywalking] branch master updated: fix typo (#2274)

This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 8bacabf  fix typo (#2274)
8bacabf is described below

commit 8bacabf74150a24bd176a51d415e4add3843bd47
Author: LazyLei <La...@users.noreply.github.com>
AuthorDate: Fri Feb 22 07:32:36 2019 +0800

    fix typo (#2274)
---
 docker/config/alarm-settings.yml                               | 2 +-
 oap-server/server-starter/src/main/assembly/alarm-settings.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/config/alarm-settings.yml b/docker/config/alarm-settings.yml
index eab4407..abb38b7 100644
--- a/docker/config/alarm-settings.yml
+++ b/docker/config/alarm-settings.yml
@@ -45,7 +45,7 @@ rules:
     period: 10
     count: 3
     silence-period: 5
-    message: 90% response time of service {name} is lower than 1000ms in last 3 minutes
+    message: 90% response time of service {name} is more than 1000ms in last 3 minutes
   service_instance_resp_time_rule:
     indicator-name: service_instance_resp_time
     op: ">"
diff --git a/oap-server/server-starter/src/main/assembly/alarm-settings.yml b/oap-server/server-starter/src/main/assembly/alarm-settings.yml
index 2fd648d..345b0b4 100644
--- a/oap-server/server-starter/src/main/assembly/alarm-settings.yml
+++ b/oap-server/server-starter/src/main/assembly/alarm-settings.yml
@@ -45,7 +45,7 @@ rules:
     period: 10
     count: 3
     silence-period: 5
-    message: 90% response time of service {name} is lower than 1000ms in 3 minutes of last 10 minutes
+    message: 90% response time of service {name} is more than 1000ms in 3 minutes of last 10 minutes
   service_instance_resp_time_rule:
     indicator-name: service_instance_resp_time
     op: ">"