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

feat: fix alert conditions thresholds #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Cup0fCoffee
Copy link
Member

We only need the signal loss (aka. expiration), since for the queries that are used we only get values of 1 or None (aka. no signal). The window for loss signal (i.e. how long to wait for signal to be missing before it's considered a signal loss) should be at least 6 minutes, since the synthetic monitors are pinging the URL once every 5 minutes (the window should be bigger than the frequency of the pings).

We only need the signal loss (aka. expiration), since for the queries
that are used we only get values of 1 or None (aka. no signal). The
window for loss signal (i.e. how long to wait for signal to be missing
before it's considered a signal loss) should be at least 6 minutes,
since the synthetic monitors are pinging the URL once every 5 minutes
(the window should be bigger than the frequency of the pings).
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