Modifier and Type | Method and Description |
---|---|
static SpanWrapper |
LatestActiveParentResolver.resolveParent(SpanStore spanStore)
Resolves the latest active span as the parent.
|
static SpanWrapper |
MessageFlowRepresentationBasedParentResolver.resolveParent(StatisticDataUnit child,
SpanStore spanStore)
Resolves the parent span wrapper based on the parent index, that is explicitly reported by the child statistic
data unit.
|
static SpanWrapper |
ArtifactHolderBasedParentResolver.resolveParent(StatisticDataUnit child,
SpanStore spanStore,
MessageContext synCtx)
Resolves parent span, based on the artifact holder.
|
static SpanWrapper |
ParentResolver.resolveParent(StatisticDataUnit child,
SpanStore spanStore,
MessageContext synCtx)
Resolves parent spans before a child span starts.
|
static SpanWrapper |
LatestActiveParentResolver.resolveParentForEndpointOrInboundEndpoint(SpanStore spanStore)
Resolves the latest active span wrapper - which is either a Call mediator, a Send mediator,
or a flow continuable mediator, as the parent span wrapper for endpoints or inbound endpoints.
|
Modifier and Type | Method and Description |
---|---|
SpanStore |
TracingScope.getSpanStore() |
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.