Camel Spring Boot Starter for opentracing
Spring Boot Auto-Configuration
When using opentracing with Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-opentracing-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
The component supports 2 options, which are listed below.
Name | Description | Default | Type |
---|---|---|---|
camel.opentracing.encoding | Activate or deactivate dash encoding in headers (required by JMS) for messaging | Boolean | |
camel.opentracing.exclude-patterns | Sets exclude pattern(s) that will disable tracing for Camel messages that matches the pattern. | Set |