| Modifier and Type | Class and Description |
|---|---|
static class |
ApacheClientSpanDecorator.StandardTags
Decorator which adds standard set of tags and logs.
|
| Modifier and Type | Method and Description |
|---|---|
TracingHttpClientBuilder |
TracingHttpClientBuilder.withSpanDecorators(List<ApacheClientSpanDecorator> decorators) |
| Constructor and Description |
|---|
TracingClientExec(org.apache.http.impl.execchain.ClientExecChain clientExecChain,
org.apache.http.client.RedirectStrategy redirectStrategy,
boolean redirectHandlingDisabled,
boolean injectDisabled,
io.opentracing.Tracer tracer,
List<ApacheClientSpanDecorator> spanDecorators) |
TracingHttpClientBuilder(org.apache.http.client.RedirectStrategy redirectStrategy,
boolean redirectHandlingDisabled,
io.opentracing.Tracer tracer,
List<ApacheClientSpanDecorator> spanDecorators) |
Copyright © 2020. All rights reserved.