From d454abb10923d750104702d06452851c10da8ab7 Mon Sep 17 00:00:00 2001 From: jsurampudi Date: Wed, 20 Sep 2023 14:35:17 +0530 Subject: [PATCH] Updated the changes --- alert-policies/stripe/transactionSuccessRate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alert-policies/stripe/transactionSuccessRate.yml b/alert-policies/stripe/transactionSuccessRate.yml index 48e11520fe..252d4f6ec3 100644 --- a/alert-policies/stripe/transactionSuccessRate.yml +++ b/alert-policies/stripe/transactionSuccessRate.yml @@ -1,7 +1,7 @@ name: Transaction success rate (%) description: |+ - This alert is triggered if the Transaction success rate is below than 5% for 5 minutes. + This alert is triggered if the Transaction success rate is below 5% for 5 minutes. type: STATIC nrql: query: "SELECT FILTER(COUNT(stripe.session_id), WHERE stripe.status = 'complete') * 100.0 / COUNT(stripe.session_id) AS 'Transaction success rate (%)' from Metric"