lightstep / lightstep-tracer-objc

The Lightstep distributed tracing library for Objective-C and Swift
https://lightstep.com
MIT License
11 stars 9 forks source link

Remove GRPC from LightStep-ObjC #24

Closed bhs closed 7 years ago

bhs commented 7 years ago

Appealing though it was, GRPC-ObjC is simply not stable enough yet. It's also 5MB of code for all dependent apps.

This PR moves to plain HTTP-JSON (not to be confused with Thrift).

bhs commented 7 years ago

(The only sensible way to review this is via the individual commits; and skip the "Refresh pods" ones!)

bcronin commented 7 years ago

Admittedly the pod changes did make this pretty hard to review -- but seems good from what I looked at.

🚢

bhs commented 7 years ago

Far saner to review via this link, btw: https://github.com/lightstep/lightstep-tracer-objc/compare/master...fa3e7a8