Package | Description |
---|---|
io.honeycomb.beeline.tracing.propagation |
Modifier and Type | Method | Description |
---|---|---|
Span |
HttpClientPropagator.startPropagation(HttpClientRequestAdapter httpRequest) |
Creates a child span for this HTTP client request and adds the standardized fields to it.
|
Constructor | Description |
---|---|
HttpClientPropagator(Tracer tracer,
PropagationCodec<String> propagationCodec,
Function<HttpClientRequestAdapter,String> requestToSpanName) |
|
HttpClientPropagator(Tracer tracer,
Function<HttpClientRequestAdapter,String> requestToSpanName) |
Create an HttpClientPropagator for tracing HTTP client requests.
|
Copyright © 2019–2020 Honeycomb. All rights reserved.