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

chore(zipkin-exporter): relay on the status code for the request but still read the response body. #1328

Merged
merged 6 commits into from
Dec 3, 2020

Conversation

jcchavezs
Copy link
Contributor

This is a port from #1319

Ping @MrAlias

exporters/trace/zipkin/zipkin.go Outdated Show resolved Hide resolved
exporters/trace/zipkin/zipkin.go Outdated Show resolved Hide resolved
@jcchavezs
Copy link
Contributor Author

Can we merge this @MrAlias?

@Aneurysm9
Copy link
Member

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 Skip Changelog label, the CI build is failing due to a compile error, and it is not able to be applied to the trunk as a fast-forward.

@jcchavezs
Copy link
Contributor Author

This is not yet ready for merging. It does not have two approvals, it does not have a changelog entry or the Skip Changelog label, the CI build is failing due to a compile error, and it is not able to be applied to the trunk as a fast-forward.

My bad, I misinterpreted the CI result and I thought it was only missing the changelog label. Fixing it now.

@codecov
Copy link

codecov bot commented Nov 19, 2020

Codecov Report

Merging #1328 (f957f56) into master (66db2d8) will increase coverage by 0.0%.
The diff coverage is 75.0%.

Impacted file tree graph

@@          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           
Impacted Files Coverage Δ
exporters/trace/zipkin/zipkin.go 73.6% <75.0%> (+0.6%) ⬆️

Copy link
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM overall.

@jcchavezs
Copy link
Contributor Author

jcchavezs commented Nov 23, 2020 via email

@XSAM
Copy link
Member

XSAM commented Nov 24, 2020

Shall we merge it?

Please add a CHANGELOG entry. :)

@jcchavezs
Copy link
Contributor Author

@XSAM done

@XSAM
Copy link
Member

XSAM commented Nov 26, 2020

@jcchavezs There are some comments that need to solve. It looks like forced push overwrites these changes.

e.g. 202 -> http.StatusAccepted

jcchavezs and others added 2 commits November 26, 2020 06:28
Co-authored-by: Chris Bandy <bandy.chris@gmail.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
@jcchavezs
Copy link
Contributor Author

@XSAM yeah I just saw it. Fixed them.

Copy link
Member

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

@jcchavezs
Copy link
Contributor Author

Shall we?

@MrAlias MrAlias merged commit 787e3f4 into open-telemetry:master Dec 3, 2020
@MrAlias
Copy link
Contributor

MrAlias commented Dec 3, 2020

Thanks for the contribution @jcchavezs! Sorry about the delay getting it merged.

@jcchavezs
Copy link
Contributor Author

jcchavezs commented Dec 3, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants