-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore(zipkin-exporter): relay on the status code for the request but still read the response body. #1328
chore(zipkin-exporter): relay on the status code for the request but still read the response body. #1328
Conversation
Can we merge this @MrAlias? |
This is not yet ready for merging. It does not have two approvals, it does not have a changelog entry or the |
8b13e84
to
4c9891a
Compare
My bad, I misinterpreted the CI result and I thought it was only missing the changelog label. Fixing it now. |
Codecov Report
@@ Coverage Diff @@
## master #1328 +/- ##
======================================
Coverage 77.6% 77.6%
======================================
Files 124 124
Lines 6128 6126 -2
======================================
- Hits 4756 4755 -1
+ Misses 1121 1120 -1
Partials 251 251
|
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.
LGTM overall.
Shall we merge it?
|
Please add a CHANGELOG entry. :) |
0fe125b
to
e558968
Compare
@XSAM done |
@jcchavezs There are some comments that need to solve. It looks like forced push overwrites these changes. e.g. 202 -> http.StatusAccepted |
Co-authored-by: Chris Bandy <bandy.chris@gmail.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
@XSAM yeah I just saw it. Fixed them. |
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.
LGTM
@Aneurysm9 @MrAlias I believe we should merge this PR.
Shall we? |
Thanks for the contribution @jcchavezs! Sorry about the delay getting it merged. |
Thanks.
…On Thu, 3 Dec 2020, 18:52 Tyler Yahn, ***@***.***> wrote:
Thanks for the contribution @jcchavezs <https://github.com/jcchavezs>!
Sorry about the delay getting it merged.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1328 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXOYAVRQFB5DXO2PAL6QXTSS7F4LANCNFSM4TTVQRKA>
.
|
This is a port from #1319
Ping @MrAlias