-
Notifications
You must be signed in to change notification settings - Fork 91
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
improve readability of traces #190
Conversation
Thanks for opening your first pull request! If you haven't yet signed our Contributor License Agreement (CLA), then please do so that we can accept your contribution. A link should appear shortly in this PR if you have not already signed one. |
|
50b3859
to
638c33f
Compare
Codecov Report
@@ Coverage Diff @@
## main #190 +/- ##
============================================
+ Coverage 28.60% 31.41% +2.81%
+ Complexity 472 443 -29
============================================
Files 47 43 -4
Lines 1755 1598 -157
============================================
Hits 502 502
+ Misses 1253 1096 -157
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
638c33f
to
06e35ef
Compare
We discussed this at SIG just now. Somebody pointed out this part of the spec which I couldn't find earlier. It's clear about how http server spans should be named, and also client spans. We're not quite getting either of them right at the moment, it seems :( server spans: Based on that this PR doesn't meet the spec requirements. However, we'd love it if this PR or a new one could bring http span names into alignment with the spec. |
From what you say I understand that the only issue with the pull request right now is that it adds the hostname for client request spans. |
I think also that it adds "unknown route", which the spec says to leave out if not known. |
Hi! I'm back with the proposed changes! As I said in the previous pull request, the changes should aim to a better readability of traces.
previous pull request