Skip to content
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

Timed trigger for an alert #2252

Open
MoazAlkharfan opened this issue Aug 19, 2024 · 1 comment
Open

Timed trigger for an alert #2252

MoazAlkharfan opened this issue Aug 19, 2024 · 1 comment

Comments

@MoazAlkharfan
Copy link

So I would like to have an alert trigger outside of the time grouping that's specified.
For example:

  • Check for specific signal with a time grouping of 6 hours (identify an issue might have happened)
  • Alert once when it's first found
  • Keep alerting every 1 hour until it's not triggered (ignore alerting when suppressed)

The main reason for this is to keep an eye on a specific event until it's fixed.
But when the trigger is only checked by the time grouping then monitoring an issue would require to constantly keep an eye on the log.

@KodrAus
Copy link
Member

KodrAus commented Aug 19, 2024

Hi @MoazAlkharfan 👋 Seq calculates the interval it checks the alert on based on the time grouping, so there isn't currently a way to decouple them. Is there a reason not to set the time grouping to 1 hour here? It looks like both the initial condition and the on-going condition are the same besides the time window you want to check in.

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

No branches or pull requests

2 participants