-
Notifications
You must be signed in to change notification settings - Fork 566
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
base: main
Are you sure you want to change the base?
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. |
commit 9fa866688216dd5f08a22c5f3c01da3337fc400f Merge: 8b0f94e6 8a49875 Author: Pasha, Rehan <Rehan.Pasha@fmr.com> Date: Sat Sep 7 21:58:48 2024 +0530 Merge branch 'main' into fix-5402 Signed-off-by: Pasha, Rehan <Rehan.Pasha@fmr.com> commit 8b0f94e6b500c5e2d65d1c65bbcbb63087afe7e7 Author: Pasha, Rehan <Rehan.Pasha@fmr.com> Date: Sat Sep 7 21:57:41 2024 +0530 Update CHANGELOG.md Signed-off-by: Pasha, Rehan <Rehan.Pasha@fmr.com> commit f76eb1d70480828fb0626b3285a46a82cd6c13a7 Author: Pasha, Rehan <Rehan.Pasha@fmr.com> Date: Sat Sep 7 20:35:39 2024 +0530 Delete instrgen/driver/driver Signed-off-by: Pasha, Rehan <Rehan.Pasha@fmr.com> commit 158e36cae0eff704203349929c919c0d8f4e669d Author: Rehan Pasha <rehan.pasha@fmr.com> Date: Sat Sep 7 11:03:24 2024 -0400 Updating test case and lint Signed-off-by: Rehan Pasha <rehan.pasha@fmr.com> commit 256b7de Author: Rehan Pasha <rehan.pasha@fmr.com> Date: Tue Aug 27 06:28:33 2024 -0400 Adding test case for otelmux and fixing lint Signed-off-by: Rehan Pasha <rehan.pasha@fmr.com> Signed-off-by: Rehan Pasha <rehan.pasha@fmr.com>
Signed-off-by: rehanpfmr <111350825+rehanpfmr@users.noreply.github.com>
Issue: #5402