Skip to content

BAU: Adjust auth journey completion rate alarm#8358

Open
cearl1 wants to merge 1 commit into
mainfrom
BAU/adjust-journey-rate-alarms
Open

BAU: Adjust auth journey completion rate alarm#8358
cearl1 wants to merge 1 commit into
mainfrom
BAU/adjust-journey-rate-alarms

Conversation

@cearl1
Copy link
Copy Markdown
Contributor

@cearl1 cearl1 commented May 19, 2026

Wider context of change

The auth journey rate alarm has been going off a bit too much recently. We should adjust it so its not as sensitive.

What’s changed

This PR reduces the journey completion rate % threshold from 50% to 30%, and increases the minimum amount of traffic from 160 to 250.

Checklist

  • Lambdas have correct permissions for the resources they're accessing.
  • Impact on orch and auth mutual dependencies has been checked.
  • Changes have been made to contract tests or not required.
  • Changes have been made to the simulator or not required.
  • Changes have been made to stubs or not required.
  • Successfully deployed to authdev or not required.
  • Successfully run Authentication acceptance tests against sandpit or not required.
  • Added new endpoints to local running (LocalOrchestrationApi.java) or not required.

- Increasing the minimum journey count and reducing the alarm threshold to hopefully prevent false positives from bot traffic
@cearl1 cearl1 requested review from a team as code owners May 19, 2026 11:46
@github-actions
Copy link
Copy Markdown

Java Tests Skipped

No Java files were changed in this pull request. Java tests will be skipped1.

Any Java files that are changed in a subsequent commit will trigger the Java tests.

Footnotes

  1. These tests will still show as passing in the PR status check, but will not actually have run.

Comment thread template.yaml
ActionsEnabled: true
AlarmActions:
- !Ref OrchProdSlackEvents
AlarmDescription: !Sub "Auth journey completion rate has dropped below 50% in ${Environment}.ACCOUNT: di-orchestration-${Environment}."
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should update the message to be 30%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants