salemove / jaeger-client-ruby

OpenTracing Tracer implementation for Jaeger in Ruby
MIT License
62 stars 38 forks source link

Add a http sender #13

Closed achandras closed 6 years ago

achandras commented 6 years ago

This adds a wrapper around the thrift HTTP transport and directly sends batches to http endpoints.

Also, made a small change to the Client to allow passing in a sender, or to create the UDPSender by default to avoid breaking old behavior.

indrekj commented 6 years ago

Did some manual testing, seems to be working. Thank you.

achandras commented 6 years ago

Thanks for the review, @indrekj!