GitHub user adriancole opened a pull request:
https://github.com/apache/camel/pull/2151
Adds zipkin http transport and moves off deprecated collector
This allows you to use zipkin's http endpoint, and any modern transport.
This is important as scribe is deprecated. Notably, this doesn't change
internal plumbing to use new Brave Tracer api, though that can be done
in a later change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adriancole/camel zipkin-spanreporter
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2151.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2151
----
commit b2025deaeca3e127e1a5132ad5affbec0de1cf28
Author: Adrian Cole <[email protected]>
Date: 2017-12-15T10:38:26Z
Adds zipkin http transport and moves off deprecated collector
This allows you to use zipkin's http endpoint, and any modern transport.
This is important as scribe is deprecated. Notably, this doesn't change
internal plumbing to use new Brave Tracer api, though that can be done
in a later change.
----
---