FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Duplicate filtering by id added by himanshu219 · Pull Request #105 · SumoLogic/sumologic-aws-lambda · GitHub

Duplicate filtering by id added - #105

Open
himanshu219 wants to merge 1 commit into
masterfrom
dup_log_fix
Open

Duplicate filtering by id added#105
himanshu219 wants to merge 1 commit into
masterfrom
dup_log_fix

Conversation

himanshu219 commented Nov 25, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

This PR adds support for deduplicating log messages based on Message id.

var lastRequestID = null;
console.log('Log events: ' + events.length);

var msgset = new Set();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Do we need to worry about memory size for the function then? How often does this happen?

himanshu219 commented May 16, 2025
edited
Loading

Copy link
Copy Markdown
Contributor Author

PR not merged reason: We were not able to reproduce it and did not get any confirmation from customer whether it worked or not.

This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL