Skip to content

Commit

Permalink
Updated the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sjyothi54 committed Sep 20, 2023
1 parent 4d739f2 commit d454abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alert-policies/stripe/transactionSuccessRate.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d454abb

Please sign in to comment.