Class | Description |
---|---|
ZipkinClientRequestAdapter | |
ZipkinClientResponseAdaptor | |
ZipkinConstants |
Contains the header keys that are used to represent trace id, span id, parent span id, sampled.
|
ZipkinHelper |
Helper class.
|
ZipkinLoggingSpanCollector |
To collect zipkin span's using a logger.
|
ZipkinServerRequestAdapter | |
ZipkinServerResponseAdapter | |
ZipkinState |
The state of the zipkin trace which we store on the
Exchange
This is needed to keep track of of correlating when an existing span
is calling downstream service(s) and therefore must be able to correlate
those service calls with the parent span. |
ZipkinTracer |
To use Zipkin with Camel then setup this
ZipkinTracer in your Camel application. |
Apache Camel