-
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5371 +/- ##
==========================================
+ Coverage 74.68% 74.88% +0.20%
==========================================
Files 437 438 +1
Lines 61240 61279 +39
==========================================
+ Hits 45737 45889 +152
+ Misses 12954 12854 -100
+ Partials 2549 2536 -13 ☔ 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
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