local-ch / lhc

🚀 Advanced HTTP Client for Ruby. Fueled with interceptors.
GNU General Public License v3.0
43 stars 1 forks source link

Zipkin interceptor #102

Closed skaestle closed 6 years ago

skaestle commented 7 years ago

Implementation of ZipkinDistributedTracing interceptor for LHC: https://zipkin.io/

10xSebastian commented 6 years ago

FYI: I simplified interceptors Allowing interceptors to directly access request & response from anywhere...

skaestle commented 6 years ago

thanks for the comments. will go through them next week!