/sleuth-camel

Primary LanguageJavaMIT LicenseMIT

CircleCI codecov Codacy Badge Maven Central

Sleuth-camel library

If you are using camel along with spring boot and willing to have your routes to be traced - this library is what you need.

Usage

In order to integrate functionality provided by this library tou need to add following dependency:

<dependency>
   <artifactId>sleuth-camel-core</artifactId>
   <groupId>com.playtika.sleuth</groupId>
</dependency>

And that is pretty all, library contains spring boot auto-configuration which will do the magic with your camel context for you. If for some reason integration should be disabled - just add following property:

spring.sleuth.camel.enabled=false

For boot 1.5.x use 1.x version, for Spring boot 2.x.x version - sleuth-camel-core 2.x version should be used.