-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(alerts): configure alerts for payment wallet ingestion #2608
base: main
Are you sure you want to change the base?
Conversation
metric_name = "IncomingMessages" | ||
description = "Payment wallet onboarding written events less than 2000 detected in the last 24h" | ||
operator = "LessThanOrEqual" | ||
threshold = 2000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This threshold is too low; it is very close to the low-traffic onboarding number (see the traffic from November 2)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, maybe we can lower to 1000 in one day and see how it will go in prod after activating it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lowered to 1000 with 23ab4ea
List of changes
Add alerts to monitor:
Motivation and context
Those alerts will monitor payment wallet ingestion dedicated queues checking that onboarded wallet events are processed and sent to data-lake dedicated event hub.
Those events are not linked to opsgenie since they have not to be linked to the on-call system and any eventual ingestion problem will be taken into account during working hours
Type of changes
Does this introduce a change to production resources with possible user impact?
Does this introduce an unwanted change on infrastructure? Check terraform plan execution result
Other information
If PR is partially applied, why? (reserved to mantainers)