Skip to content

Commit

Permalink
adjust passport analysis response time alarm threshold (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 authored Nov 6, 2024
1 parent 9683052 commit 55a6cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const alarmConfigurations: AlarmConfigurations = {
"passport-analysis-GET-0": {
percentHTTPCodeTarget4XX: 0.5, // 0..1 value for target error codes
percentHTTPCodeTarget5XX: 0.01, // 0..1 value for target error codes
targetResponseTime: 20, // 20 seconds - this is a slower request
targetResponseTime: 30, // 30 seconds - this is a slower request
period: 60,
datapointsToAlarm: 8,
evaluationPeriods: 10,
Expand Down

0 comments on commit 55a6cc8

Please sign in to comment.