-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix alerting on Stripe webhook failures #15202
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
Comments
The alert which should be firing for this is defined here. The query used in the alert, displayed in grafana is here. From this, the alert should've fired. |
But from the alerts log, it hasn't. |
@easyCZ how can we test alerting on Stripe webhook failures? |
The webhook is sent against our API. So we can mimic the webhook by sending such a payload. We will likely need to craft the payload carefully as there is signature validation but should be doable, in theory. |
Reviewing the alert, and the metrics, the alert looks to be setup correctly. If we evaluate the alert in grafana, we can see that it would indeed fire. I'll reduce the duration in the alert, for it to fire earlier as well. |
Uh oh!
There was an error while loading. Please reload this page.
We are not getting alerts for Stripe webhook failures.
E.g. See slack thread (internal)
and another one (internal)
The text was updated successfully, but these errors were encountered: