|
Hello! I have the following rule config: Sometimes, when an alert fires, we see something confusing: the "current number" in the alert text is less than the num_events: 30 specified in the rule settings. |
Replies: 1 comment 1 reply
|
I suspect you will need to submit a PR to insert that count into the event so that it's available to alerts. I just glanced at the code and it looks like you could do this in If you proceed and would like to make a PR to the project, please follow the CONTRIBUTING guidelines |
I suspect you will need to submit a PR to insert that count into the event so that it's available to alerts. I just glanced at the code and it looks like you could do this in
FrequencyRule::check_for_match(). Ex:If you proceed and would like to make a PR to the project, please follow the CONTRIBUTING guidelines