You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/11/30 14:20:36 UTC

[incubator-skywalking] branch endpoint-and-instance-alarm updated: Fix wrong default setting

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

wusheng pushed a commit to branch endpoint-and-instance-alarm
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/endpoint-and-instance-alarm by this push:
     new efd7c7e  Fix wrong default setting
efd7c7e is described below

commit efd7c7e8cedd0569338c924db2d05ce557a8276f
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Nov 30 22:20:26 2018 +0800

    Fix wrong default setting
---
 oap-server/server-starter/src/main/assembly/alarm-settings.yml | 1 +
 1 file changed, 1 insertion(+)

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 3cd65a9..9ee76e2 100644
--- a/oap-server/server-starter/src/main/assembly/alarm-settings.yml
+++ b/oap-server/server-starter/src/main/assembly/alarm-settings.yml
@@ -49,6 +49,7 @@ rules:
   service_instance_resp_time_rule:
     indicator-name: service_instance_resp_time
     op: ">"
+    threshold: 1000
     period: 10
     count: 2
     silence-period: 5