-
Notifications
You must be signed in to change notification settings - Fork 10
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
Slightly improve tracing #602
Conversation
This adds a bunch of instrumentation to `Archive` as well as add some Sentry tags to each Celery Task.
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #602 +/- ##
=======================================
Coverage 97.56% 97.57%
=======================================
Files 429 429
Lines 35958 35950 -8
=======================================
- Hits 35084 35077 -7
+ Misses 874 873 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #602 +/- ##
=======================================
Coverage 97.56% 97.57%
=======================================
Files 429 429
Lines 35958 35950 -8
=======================================
- Hits 35084 35077 -7
+ Misses 874 873 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #602 +/- ##
=======================================
Coverage 97.56% 97.57%
=======================================
Files 429 429
Lines 35958 35950 -8
=======================================
- Hits 35084 35077 -7
+ Misses 874 873 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Changes have been made to critical files, which contain lines commonly executed in production. Learn more ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #602 +/- ##
=======================================
Coverage 97.61% 97.61%
=======================================
Files 464 464
Lines 37164 37156 -8
=======================================
- Hits 36276 36269 -7
+ Misses 888 887 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This adds a bunch of instrumentation to
Archive
as well as add some Sentry tags to each Celery Task.