Package | Description |
---|---|
io.honeycomb.beeline.tracing.propagation |
Modifier and Type | Class | Description |
---|---|---|
class |
HttpHeaderV1PropagationCodec |
Codec that can decode/encode trace context based on Version 1 of the honeycomb http header ('x-honeycomb-trace').
|
Modifier and Type | Method | Description |
---|---|---|
static PropagationCodec<String> |
Propagation.honeycombHeaderV1() |
Codec that can decode/encode trace context based on Version 1 of the honeycomb http header ('x-honeycomb-trace').
|
Constructor | Description |
---|---|
HttpClientPropagator(Tracer tracer,
PropagationCodec<String> propagationCodec,
Function<HttpClientRequestAdapter,String> requestToSpanName) |
|
HttpServerPropagator(String serviceName,
Function<HttpServerRequestAdapter,String> requestToSpanName,
HttpServerRequestSpanCustomizer spanCustomizer,
PropagationCodec<String> propagationCodec,
Beeline beeline) |
Copyright © 2019–2020 Honeycomb. All rights reserved.