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

make possible to disable throttling mode for some triggers #591

Open
vraskoshnyy opened this issue Oct 30, 2020 · 0 comments
Open

make possible to disable throttling mode for some triggers #591

vraskoshnyy opened this issue Oct 30, 2020 · 0 comments
Labels

Comments

@vraskoshnyy
Copy link

need a function to disable throttling mode for some triggers

Summary

often need to work with triggers like this groupByNode(dc.host.app.requests.incoming...process_time.failed.count, 6, 'sum'),
in time of major app failure, a large number of notifications are generated simultaneously and throttling mode blocks sending of notification. As a result, Moira sends the first notification to telegram only after 30 minutes, and Moira will send the next notification 1 hour after the event occurs.
In total, we receive the first notification not in time of the event, but with a delay of 30 minutes.
However, in other cases, throttling mode is needed and works as expected.

Unfortunately, I can't use the recommendations for disabling throttling from documentation section https://moira.readthedocs.io/en/latest/user_guide/throttling.html#disabling-throttling

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

No branches or pull requests

1 participant