From f5dc6dbbb14e8fdba43b562875882983064052df Mon Sep 17 00:00:00 2001 From: shahargl Date: Tue, 6 Jun 2023 13:59:21 +0300 Subject: [PATCH 1/2] test keep bot alert --- .keep/test-alert.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .keep/test-alert.yaml diff --git a/.keep/test-alert.yaml b/.keep/test-alert.yaml new file mode 100644 index 0000000..f7da88a --- /dev/null +++ b/.keep/test-alert.yaml @@ -0,0 +1,8 @@ +# The alert text in plain English +alert: | + Count the error rate (4xx-5xx) this service has in the last 10 minutes. + Alert when the threshold is above 5% out of total requests. + Send a Slack message to the #alerts-playground channel and include all the context you have" + +# The provider you've previously connected and want this alert to be generated for +provider: grafana \ No newline at end of file From cfec8d762ca5a7288a2301524f4cd816cafa260b Mon Sep 17 00:00:00 2001 From: shahargl Date: Tue, 6 Jun 2023 14:26:54 +0300 Subject: [PATCH 2/2] update alert --- .keep/test-alert.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.keep/test-alert.yaml b/.keep/test-alert.yaml index f7da88a..d59f6d3 100644 --- a/.keep/test-alert.yaml +++ b/.keep/test-alert.yaml @@ -2,7 +2,8 @@ alert: | Count the error rate (4xx-5xx) this service has in the last 10 minutes. Alert when the threshold is above 5% out of total requests. - Send a Slack message to the #alerts-playground channel and include all the context you have" + Send a Slack message to the #alerts-playground channel and include all the context you have about the error. + Call the alert "Error rate is too high (generated by keep)". # The provider you've previously connected and want this alert to be generated for provider: grafana \ No newline at end of file