Skip to content
Discussion options

You must be logged in to vote

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:

event['cumulative_event_count'] = self.occurrences[key].count()

If you proceed and would like to make a PR to the project, please follow the CONTRIBUTING guidelines

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kw-artem
Comment options

Answer selected by kw-artem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants