Class MessageFlowRepresentationBasedParentResolver


  • public class MessageFlowRepresentationBasedParentResolver
    extends AbstractParentResolver
    Resolves the parent based on message flow index, that is explicitly contained by the statistic data unit.
    • Constructor Detail

      • MessageFlowRepresentationBasedParentResolver

        public MessageFlowRepresentationBasedParentResolver()
    • Method Detail

      • resolveParent

        public static SpanWrapper 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.
        Parameters:
        child - Child statistic data unit.
        spanStore - The span store object.
        Returns:
        Resolved parent span wrapper.