Skip to content

Commit

Permalink
refactor(opex): set availability alert threshold to 50% (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanniberti committed May 8, 2023
1 parent bc899d6 commit 9bdbe19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .opex/api-for-checkout/env/prod/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ overrides:
endpoints:
/checkout/payments/v1/payment-requests/{rptId}:
response_time_threshold: 15
availability_threshold: 0.01
availability_threshold: 0.5
/checkout/payments/v1/payment-activations:
response_time_threshold: 15
availability_threshold: 0.01
availability_threshold: 0.5
4 changes: 2 additions & 2 deletions .opex/api-for-io/env/prod/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ overrides:
endpoints:
/checkout/auth/payments/v1/payment-requests/{rpt_id_from_string}:
response_time_threshold: 15
availability_threshold: 0.01
availability_threshold: 0.5
/checkout/auth/payments/v1/payment-activations:
response_time_threshold: 15
availability_threshold: 0.01
availability_threshold: 0.5

0 comments on commit 9bdbe19

Please sign in to comment.