| Package | Description |
|---|---|
| com.lightstep.tracer.shared |
| Modifier and Type | Class and Description |
|---|---|
class |
B3Propagator |
class |
EnvoyPropagator |
class |
PropagatorStack
PropagatorStack contains a list of
Propagator instances,
while exposing a single Propagator interface. |
| Modifier and Type | Field and Description |
|---|---|
static Propagator |
Propagator.BINARY |
static Propagator |
Propagator.HTTP_HEADERS |
static Propagator |
Propagator.TEXT_MAP |
| Modifier and Type | Method and Description |
|---|---|
PropagatorStack |
PropagatorStack.pushPropagator(Propagator propagator)
Pushes a
Propagator onto the top of the stack. |
<T> Options.OptionsBuilder |
Options.OptionsBuilder.withPropagator(io.opentracing.propagation.Format<T> format,
Propagator propagator)
Adds a user defined
Propagator to be used during
Tracer.inject(io.opentracing.SpanContext, io.opentracing.propagation.Format<C>, C) and Tracer.extract(io.opentracing.propagation.Format<C>, C) for
the given type. |
Copyright © 2023 LightStep. All rights reserved.