Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jul 8, 2024
1 parent 8c44c69 commit 74effb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .opex/biz-service/env/prod/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ overrides:
hosts:
- api.platform.pagopa.it
endpoints:
/transactions/{transaction-id}/disable":
/transactions/{transaction-id}/disable:
response_time_threshold: 3 # Default: 1
response_time_evaluation_frequency: 10 # Default: 10
response_time_evaluation_time_window: 30 # Default: 20
response_time_event_occurrences: 30 # Default: 1
/transactions":
/transactions:
response_time_threshold: 3 # Default: 1
response_time_evaluation_frequency: 10 # Default: 10
response_time_evaluation_time_window: 30 # Default: 20
response_time_event_occurrences: 30 # Default: 1
/transactions/{transaction-id}":
/transactions/{transaction-id}:
response_time_threshold: 3 # Default: 1
response_time_evaluation_frequency: 10 # Default: 10
response_time_evaluation_time_window: 30 # Default: 20
response_time_event_occurrences: 30 # Default: 1
/transactions/{event-id}/pdf":
/transactions/{event-id}/pdf:
response_time_threshold: 3 # Default: 1
response_time_evaluation_frequency: 10 # Default: 10
response_time_evaluation_time_window: 30 # Default: 20
Expand Down

0 comments on commit 74effb2

Please sign in to comment.