Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

zipkin HTTP transport swallows HTTP error codes #330

Closed
mpuncel opened this issue Aug 30, 2018 · 0 comments
Closed

zipkin HTTP transport swallows HTTP error codes #330

mpuncel opened this issue Aug 30, 2018 · 0 comments

Comments

@mpuncel
Copy link
Contributor

mpuncel commented Aug 30, 2018

Problem

The zipkin HTTP transport only returns an error from send() if there is an error making the request, but not if the response has an HTTP error code.

Proposal

Return an error if the HTTP response code is >= 400, which is what the jaeger HTTP transport does

mpuncel added a commit to mpuncel/jaeger-client-go that referenced this issue Aug 30, 2018
mpuncel added a commit to mpuncel/jaeger-client-go that referenced this issue Aug 30, 2018
mpuncel added a commit to mpuncel/jaeger-client-go that referenced this issue Aug 30, 2018
mpuncel added a commit to mpuncel/jaeger-client-go that referenced this issue Aug 30, 2018
mpuncel added a commit to mpuncel/jaeger-client-go that referenced this issue Sep 6, 2018
mpuncel added a commit to mpuncel/jaeger-client-go that referenced this issue Sep 6, 2018
mpuncel added a commit to mpuncel/jaeger-client-go that referenced this issue Sep 6, 2018
mpuncel added a commit to mpuncel/jaeger-client-go that referenced this issue Sep 6, 2018
yurishkuro pushed a commit that referenced this issue Oct 8, 2018
… (#331)

Signed-off-by: Michael Puncel <mpuncel@squareup.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants