-
Notifications
You must be signed in to change notification settings - Fork 320
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
refactor: reduce the error report sample events #5371
refactor: reduce the error report sample events #5371
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5371 +/- ##
==========================================
+ Coverage 74.71% 74.83% +0.11%
==========================================
Files 437 438 +1
Lines 61263 61296 +33
==========================================
+ Hits 45775 45869 +94
+ Misses 12946 12887 -59
+ Partials 2542 2540 -2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @satishrudderstack can you please take a look
Co-authored-by: Satish Kumar <[email protected]>
Description
To reduce the load on the rudder server database, we are reducing the number of sample events collected.
Refactored some utils to reduce both metrics and error reporters.
Linear Ticket
https://linear.app/rudderstack/issue/INT-2974/%5Bchore%5D-collect-less-sample-events-from-errors-table#comment-926c8972
Resolves INT-2974
Security