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

Support -H, -B, --jaeger for headers and baggage #121

Merged
merged 17 commits into from
Nov 2, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Threaded tracer through http
  • Loading branch information
kriskowal committed Nov 2, 2016
commit 466559ea7cdab8f4ec0b420c4e4d8f28315859cc
1 change: 0 additions & 1 deletion transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ func getTransport(opts TransportOptions, encoding encoding.Encoding, tracer open
return transport.NewTChannel(topts)
}

// TODO thread tracer through HTTP
hopts := transport.HTTPOptions{
SourceService: opts.CallerName,
TargetService: opts.ServiceName,
Expand Down