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 9a8d90dc0d Remove the unreasonable rule in alarm-settings (#11166)
9a8d90dc0d is described below
commit 9a8d90dc0db5a0f74700eabd5a0c950101dbf996
Author: Wan Kai <[email protected]>
AuthorDate: Tue Aug 1 17:42:11 2023 +0800
Remove the unreasonable rule in alarm-settings (#11166)
---
.../server-starter/src/main/resources/alarm-settings.yml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/oap-server/server-starter/src/main/resources/alarm-settings.yml
b/oap-server/server-starter/src/main/resources/alarm-settings.yml
index 718376f08a..95e9e0ff29 100755
--- a/oap-server/server-starter/src/main/resources/alarm-settings.yml
+++ b/oap-server/server-starter/src/main/resources/alarm-settings.yml
@@ -40,16 +40,6 @@ rules:
count: 1
tags:
level: WARNING
-
- service_cpm_rule:
- metrics-name: service_cpm
- # [Optional] Default, match all services in this metrics
- threshold: 1
- op: ">"
- period: 10
- count: 1
- tags:
- level: WARNING
# Binding the specific names of the hooks when the alarm is triggered. The
name format is {hookType}.{hookName}
# hooks:
# - "slack.custom1"