| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.context | |
| org.apache.skywalking.apm.agent.core.context.ids | |
| org.apache.skywalking.apm.agent.core.context.trace |
| Modifier and Type | Method and Description |
|---|---|
DistributedTraceId |
ContextSnapshot.getDistributedTraceId() |
DistributedTraceId |
ContextCarrier.getDistributedTraceId() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextCarrier.setDistributedTraceIds(List<DistributedTraceId> distributedTraceIds) |
| Modifier and Type | Class and Description |
|---|---|
class |
NewDistributedTraceId
The
NewDistributedTraceId is a DistributedTraceId with a new generated id. |
class |
PropagatedTraceId
The
PropagatedTraceId represents a DistributedTraceId, which is propagated from the peer. |
| Modifier and Type | Method and Description |
|---|---|
List<DistributedTraceId> |
DistributedTraceIds.getRelatedGlobalTraces() |
| Modifier and Type | Method and Description |
|---|---|
void |
DistributedTraceIds.append(DistributedTraceId distributedTraceId) |
| Modifier and Type | Method and Description |
|---|---|
List<DistributedTraceId> |
TraceSegment.getRelatedGlobalTraces() |
| Modifier and Type | Method and Description |
|---|---|
void |
TraceSegment.relatedGlobalTraces(DistributedTraceId distributedTraceId)
Establish the line between this segment and all relative global trace ids.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.