-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Alert not triggering? #435
Comments
So it finally triggered after half an hour for some reason. Any ideas why this is so delayed?
|
When you create an alert, Uptrace only checks the very last point. Can it be that you did not have any events after you created the alert? |
I did make new events after, so it's really weird. Now it's working consistently, so I guess we can close this issue but if there's anything I can provide for internal debugging then let me know! |
It is not clear whether all those errors are new or those are new occurrences for existing errors. From documentation: |
I haven't received a single notification yet from any of those errors, so I think that doesn't explain it? |
It does, because Uptrace always creates alerts for such errors, but it only sends you a notification after you've configured one. You can check the Alerting to see when alerts were created. |
I have to admit I still don't get it, but maybe it's just me. Errors are being raised continuously, the monitoring rule is enabled by default by uptrade, the errors are showing up in the panel and alerting is set for email and slack notifications (see screenshot), yet I've never received a single notification? If this is expected behaviour I feel like that should be documented explicitly in the relevant panel? |
Am I doing something wrong? I have set up a trace event with event_name failure and want to get Slack notifications whenever such an event occurs. I see these events in the uptrace overview and set up following monitor:
And as you can see in the attached screenshot, it is correctly identifying these events. I played around with grouping interval and check_num_point but that doesn't seem to do anything. What am I missing and/or is there a better way to do this?
The text was updated successfully, but these errors were encountered: