-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(tracing): add deeper tracing #3125
Conversation
@aeneasr let me know if there are any other code paths that I missed that need tracing. :) |
tests probably need a bit of love ;) otherwise LGTM |
Codecov Report
@@ Coverage Diff @@
## v2.x #3125 +/- ##
=======================================
Coverage ? 78.75%
=======================================
Files ? 112
Lines ? 8385
Branches ? 0
=======================================
Hits ? 6604
Misses ? 1389
Partials ? 392 Continue to review full report at Codecov.
|
@icyphox ok, my branch is merged - now this one needs a few merge conflict resolutions 😓 |
https://godocs.io/context: > Do not pass a nil Context, even if a function permits it. Pass > context.TODO if you are unsure about which Context to use.
And fix go.mod.
This patch adds tracing to persisters, requests and other components.