Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 507 Bytes

File metadata and controls

11 lines (9 loc) · 507 Bytes

brave-instrumentation-httpasyncclient

This module contains a tracing decorator for Apache HttpAsyncClient 4.0+. TracingHttpAsyncClientBuilder 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 = TracingHttpAsyncClientBuilder.create(tracing).build();