-
Notifications
You must be signed in to change notification settings - Fork 582
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
change the Filter parameter from *http.Request to *gin.Context #3070 #4375
Conversation
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.
Please do not delete instrgen/docs/flow.png
.
Note that you don't need to close/reopen PRs for every change made. If you push a new commit (or amend an existing commit) to the same branch on your fork, the PR will be updated. |
I had unexplainable issue fixing GO package changes, So i had to just close and reopen new one. I hope I will no longer have to do it again. |
The |
please help fix the image |
Yes, it's already on the main branch of the repository. But if you look at the diff for your PR (https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4375/files), you will see it changes when it shouldn't. |
Codecov Report
@@ Coverage Diff @@
## main #4375 +/- ##
=====================================
Coverage 82.3% 82.3%
=====================================
Files 144 144
Lines 10002 10002
=====================================
Hits 8232 8232
Misses 1632 1632
Partials 138 138
|
Can this be merged? |
This issue is not addressed.
You need to make sure to keep the branch up to date. |
Updating the PR Co-authored-by: Damien Mathieu <42@dmathieu.com>
Signed-off-by: rehanpfmr <111350825+rehanpfmr@users.noreply.github.com>
Signed-off-by: rehanpfmr <111350825+rehanpfmr@users.noreply.github.com>
@dmathieu |
Superseded by #4444 |
change #3070