| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.context | |
| org.apache.skywalking.apm.agent.core.context.trace |
| Modifier and Type | Method and Description |
|---|---|
ContextCarrier |
Injectable.getCarrier() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractSpan |
ContextManager.createEntrySpan(String operationName,
ContextCarrier carrier) |
static AbstractSpan |
ContextManager.createExitSpan(String operationName,
ContextCarrier carrier,
String remotePeer) |
void |
TracingContext.extract(ContextCarrier carrier)
Extract the carrier to build the reference for the pre segment.
|
void |
IgnoredTracerContext.extract(ContextCarrier carrier) |
static void |
ContextManager.extract(ContextCarrier carrier) |
void |
AbstractTracerContext.extract(ContextCarrier carrier)
Build the reference between this segment and a cross-process segment.
|
void |
TracingContext.inject(ContextCarrier carrier)
Inject the context into the given carrier, only when the active span is an exit one.
|
void |
IgnoredTracerContext.inject(ContextCarrier carrier) |
static void |
ContextManager.inject(ContextCarrier carrier) |
void |
AbstractTracerContext.inject(ContextCarrier carrier)
Prepare for the cross-process propagation.
|
| Constructor and Description |
|---|
SW3CarrierItem(ContextCarrier carrier,
CarrierItem next) |
SW6CarrierItem(ContextCarrier carrier,
CarrierItem next) |
| Constructor and Description |
|---|
TraceSegmentRef(ContextCarrier carrier)
Transform a
ContextCarrier to the TraceSegmentRef |
Copyright © 2019 The Apache Software Foundation. All rights reserved.