Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rehanpfmr
Copy link
Contributor

Issue: #5402

@rehanpfmr rehanpfmr requested a review from a team June 24, 2024 05:55
@dmathieu dmathieu changed the title Fix Middleware support websockets Implement http.Hijacker for otelmux Jun 24, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
@MrAlias MrAlias added the response needed Waiting on user input before progress can be made label Jul 9, 2024
@rehanpfmr
Copy link
Contributor Author

I will be adding test case shortly for this.
thanks

@rehanpfmr
Copy link
Contributor Author

@dmathieu , Added test case, please review.
thanks.

@rehanpfmr
Copy link
Contributor Author

@dmathieu , I have updated the test for otelmux, would you please review?

Copy link

codecov bot commented Aug 25, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 65.4%. Comparing base (dc311ec) to head (9359996).
Report is 8 commits behind head on main.

Files Patch % Lines
...trumentation/github.com/gorilla/mux/otelmux/mux.go 0.0% 4 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           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             
Files Coverage Δ
...trumentation/github.com/gorilla/mux/otelmux/mux.go 85.3% <0.0%> (-4.1%) ⬇️

Copy link
Member

@dmathieu dmathieu left a 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.

CHANGELOG.md Outdated Show resolved Hide resolved
@rehanpfmr
Copy link
Contributor Author

rehanpfmr commented Sep 7, 2024

I will have gofumpt on the errors also, drop the 'instrgen/driver/driver' changes and force push the changes.

rehanpfmr and others added 2 commits September 11, 2024 11:04
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
response needed Waiting on user input before progress can be made
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants