This module contains a tracing decorator for Apache HttpClient 4.0+.
TracingAsyncHttpClientBuilder
adds trace headers to outgoing requests. It
then reports to Zipkin how long each request takes, along with relevant
tags like the http url.
To enable tracing, create your client using TracingHttpAsyncClientBuilder
.
httpasyncclient = TracingAsyncHttpClientBuilder.create(tracing).build();