This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
The following commit(s) were added to refs/heads/main by this push:
new b569257 Add service name to alarm setting
b569257 is described below
commit b569257ae8bc685aaaf0c7a42ba56794fd79d475
Author: kezhenxu94 <[email protected]>
AuthorDate: Thu Dec 15 17:55:04 2022 +0800
Add service name to alarm setting
---
deploy/platform/kubernetes/feature-cluster/resources.yaml | 1 +
deploy/platform/kubernetes/feature-single-node/resources.yaml | 1 +
2 files changed, 2 insertions(+)
diff --git a/deploy/platform/kubernetes/feature-cluster/resources.yaml
b/deploy/platform/kubernetes/feature-cluster/resources.yaml
index de16c43..f5277d1 100644
--- a/deploy/platform/kubernetes/feature-cluster/resources.yaml
+++ b/deploy/platform/kubernetes/feature-cluster/resources.yaml
@@ -30,6 +30,7 @@ data:
op: ">"
period: 5
count: 1
+ message: Response time of service {name} is more than 20ms.
kind: ConfigMap
metadata:
name: oap-static-config
diff --git a/deploy/platform/kubernetes/feature-single-node/resources.yaml
b/deploy/platform/kubernetes/feature-single-node/resources.yaml
index b5323d0..415e43b 100644
--- a/deploy/platform/kubernetes/feature-single-node/resources.yaml
+++ b/deploy/platform/kubernetes/feature-single-node/resources.yaml
@@ -29,6 +29,7 @@ data:
op: ">"
period: 5
count: 1
+ message: Response time of service {name} is more than 20ms.
kind: ConfigMap
metadata:
name: oap-static-config