Author: buildbot
Date: Wed Mar 30 13:18:50 2016
New Revision: 984248

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-zipkin.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/camel-zipkin.html
==============================================================================
--- websites/production/camel/content/camel-zipkin.html (original)
+++ websites/production/camel/content/camel-zipkin.html Wed Mar 30 13:18:50 2016
@@ -93,7 +93,7 @@ camelContext.getManagementStrategy().add
 </div></div><p>The configuration about will the trace all incoming and 
outgoing messages in Camel routes.&#160;</p><p>However if you want to map Camel 
endpoints to human friendly logical names, you can add mappings such 
as:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[zipkin.addServiceMapping(&quot;activemq:queue:invoice&quot;,
 &quot;invoices&quot;);
 zipkin.addServiceMapping(&quot;http:legacy.server.com*&quot;, 
&quot;old-junk&quot;);]]></script>
-</div></div></div>
+</div></div><h3 
id="camel-zipkin-camel-zipin-starter">camel-zipin-starter</h3><p>If you are 
using&#160;<a shape="rect" href="spring-boot.html">Spring Boot</a> then you can 
add the&#160;<code>camel-zipkin-starter</code> dependency, and turn on zipkin 
by annotating the main class with <code>@CamelZipkin</code>. You can then 
configure camel-zipkin in the&#160;<code>application.properties</code> 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.</p><p>You can find 
an example of this in the&#160;<a shape="rect" class="external-link" 
href="https://github.com/apache/camel/tree/master/examples/camel-example-zipkin";
 rel="nofollow">camel-example-zipkin</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">


Reply via email to