Package org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.parentresolving
-
Class Summary Class Description AbstractParentResolver Provides generalization to each type of parent resolver, and provides common methods.ArtifactHolderBasedParentResolver Resolves parents based on the artifact holder, which is related to aspect configuration of elements.LatestActiveParentResolver Resolves the latest active span, as the parent.MessageFlowRepresentationBasedParentResolver Resolves the parent based on message flow index, that is explicitly contained by the statistic data unit.ParentResolver Resolves parent spans before a child span starts.