Author: buildbot
Date: Wed Oct 21 02:47:12 2015
New Revision: 969701
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/using-apache-htrace.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/using-apache-htrace.html
==============================================================================
--- websites/production/cxf/content/docs/using-apache-htrace.html (original)
+++ websites/production/cxf/content/docs/using-apache-htrace.html Wed Oct 21
02:47:12 2015
@@ -117,11 +117,11 @@ Apache CXF -- Using Apache HTrace
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1445388408752 {padding: 0px;}
-div.rbtoc1445388408752 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1445388408752 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1445395593960 {padding: 0px;}
+div.rbtoc1445395593960 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1445395593960 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1445388408752">
+/*]]>*/</style></p><div class="toc-macro rbtoc1445395593960">
<ul class="toc-indentation"><li><a shape="rect"
href="#UsingApacheHTrace-Overview">Overview</a></li><li><a shape="rect"
href="#UsingApacheHTrace-DistributedTracinginNutshell">Distributed Tracing in
Nutshell</a></li><li><a shape="rect"
href="#UsingApacheHTrace-DistributedTracinginApacheCXF">Distributed Tracing in
Apache CXF</a></li><li><a shape="rect"
href="#UsingApacheHTrace-ConfiguringClientconfigure.client">Configuring
Client</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#UsingApacheHTrace-Configuringtracingheadernames">Configuring tracing
header names</a></li></ul>
</li><li><a shape="rect"
href="#UsingApacheHTrace-ConfiguringServerconfigure.server">Configuring
Server</a>
@@ -141,8 +141,7 @@ properties.put(Tracer.SAMPLER_CLASSES_KE
* properties.put(Tracer.SAMPLER_CLASSES_KEY, AlwaysSampler.class.getName());
*/
-final Tracer tracer = new Tracer.Builder()
- .name("web-client")
+final Tracer tracer = new Tracer.Builder("web-client")
.conf(HTraceConfiguration.fromMap(properties))
.build();
@@ -163,8 +162,7 @@ properties.put(Tracer.SAMPLER_CLASSES_KE
* properties.put(Tracer.SAMPLER_CLASSES_KEY, AlwaysSampler.class.getName());
*/
-final Tracer tracer = new Tracer.Builder()
- .name("jaxrs-client")
+final Tracer tracer = new Tracer.Builder("jaxrs-client")
.conf(HTraceConfiguration.fromMap(properties))
.build();