-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: send session_stats if heartbeat enabled after a rule is triggered (
#563) [AAP-12987](https://issues.redhat.com/browse/AAP-12987) Previously we were only sending the session stats on timed intervals and not when a rule gets triggered. This was causing the lag as reported in the ticket. With this PR we are now sending the session stats when a rule fires in addition to the timed intervals.
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters