public final class Propagation extends Object
For example, decode trace data received over the wire and start a trace:
PropagationContext context = Propagation.honeycombHeaderV1().decode(traceHeader); tracer.startTrace("customer-db", "get-customer-data", context);
Modifier and Type | Method | Description |
---|---|---|
static PropagationCodec<String> |
honeycombHeaderV1() |
Codec that can decode/encode trace context based on Version 1 of the honeycomb http header ('x-honeycomb-trace').
|
public static PropagationCodec<String> honeycombHeaderV1()
Copyright © 2019–2020 Honeycomb. All rights reserved.