DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block |
|---|
zipkin.addServiceMapping("activemq:queue:invoice", "invoices");
zipkin.addServiceMapping("http:legacy.server.com*", "old-junk"); |
camel-zipin-starter
If you are using Spring Boot then you can add the camel-zipkin-starter dependency, and turn on zipkin by annotating the main class with @CamelZipkin. You can then configure camel-zipkin in the application.properties file where you can configure the hostname and port number for the Zipkin Server, and all the other options as listed in the options table above.
You can find an example of this in the camel-example-zipkin