lightstep / lightstep-tracer-java

The Lightstep distributed tracing library for JRE
https://lightstep.com
MIT License
44 stars 24 forks source link

Shape up the code for the bundle jar allowing collector selection #243

Closed carlosalberto closed 4 years ago

carlosalberto commented 4 years ago

After #235 was merged a few items are left to be done for lightstep-jre-tracer-bundle:

The idea is that users of the bundle jar do not get version conflicts when using grpc and related components (and okhttp to a minor degree).

carlosalberto commented 4 years ago

@malafeev Think you can take this one also? This one will require some digging and verifications here and there, but it's something we really need to have ;)

malafeev commented 4 years ago

sure!

andrewhsu commented 4 years ago

Looks like PR #244 is ready.

Note: also need to look into shading google protobuf later.