-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
chore: add logging on successful data uploads #17065
Conversation
203a7ff
to
30ee66d
Compare
30ee66d
to
a237e0d
Compare
a237e0d
to
510f48e
Compare
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.
Looks great!
510f48e
to
5b92678
Compare
5b92678
to
17455f8
Compare
Codecov Report
@@ Coverage Diff @@
## master #17065 +/- ##
=======================================
Coverage 76.67% 76.67%
=======================================
Files 1031 1031
Lines 55182 55183 +1
Branches 7505 7505
=======================================
+ Hits 42310 42311 +1
Misses 12620 12620
Partials 252 252
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
(cherry picked from commit c2e1ab6)
(cherry picked from commit c2e1ab6)
We are currently logging statsd for file uploads (excel/csv/columnar). This PR adds additional logging so that we can get more information about the db being logged to, as well as other information logged per each system such as user information. The statsd is automatically passed to the event_logger, so this shouldn't change or break any existing functionality.
TESTING INSTRUCTIONS
This needs to be tested with the event_logger integration from configs.
ADDITIONAL INFORMATION