-
Notifications
You must be signed in to change notification settings - Fork 245
fix(otel): Prefer http route over http target for span description #1002
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
fix(otel): Prefer http route over http target for span description #1002
Conversation
|
Can we also add some more tests for checking the fallback options and that they correctly parse the urls? @OrkhanAlikhanov |
|
Hello. Yes |
|
@giortzisg I added more test cases |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1002 +/- ##
==========================================
+ Coverage 84.00% 84.99% +0.99%
==========================================
Files 50 50
Lines 5171 5173 +2
==========================================
+ Hits 4344 4397 +53
+ Misses 673 631 -42
+ Partials 154 145 -9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
giortzisg
left a comment
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 good
|
Thank you @giortzisg. Looking forward to seeing it released |
Fixes #999