| Class | Description |
|---|---|
| CamelRequest | |
| ServiceHostFunction |
A function that lookup the property value from OS environment variables using the service idiom.
|
| ServicePortFunction |
A function that lookup the property value from OS environment variables using the service idiom.
|
| ZipkinConstants |
Contains the header keys that are used to represent trace id, span id, parent span id, sampled.
|
| ZipkinHelper |
Helper class.
|
| 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