-
Notifications
You must be signed in to change notification settings - Fork 583
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
Implement http.Hijacker for otelmux #5796
Conversation
I will be adding test case shortly for this. |
@dmathieu , Added test case, please review. |
instrumentation/github.com/gorilla/mux/otelmux/test/mux_test.go
Outdated
Show resolved
Hide resolved
instrumentation/github.com/gorilla/mux/otelmux/test/mux_test.go
Outdated
Show resolved
Hide resolved
@dmathieu , I have updated the test for otelmux, would you please review? |
instrumentation/github.com/gorilla/mux/otelmux/test/mux_test.go
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5796 +/- ##
=======================================
- Coverage 65.5% 65.4% -0.1%
=======================================
Files 203 203
Lines 12984 12988 +4
=======================================
Hits 8505 8505
- Misses 4219 4223 +4
Partials 260 260
|
instrumentation/github.com/gorilla/mux/otelmux/test/mux_test.go
Outdated
Show resolved
Hide resolved
instrumentation/github.com/gorilla/mux/otelmux/test/mux_test.go
Outdated
Show resolved
Hide resolved
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.
The instrgen/driver/driver
should not be modified in this PR.
instrumentation/github.com/gorilla/mux/otelmux/test/mux_test.go
Outdated
Show resolved
Hide resolved
I will have gofumpt on the errors also, drop the 'instrgen/driver/driver' changes and force push the changes. |
Issue: #5402