Class DefaultSpanCreator

  • All Implemented Interfaces:
    NewSpanParser

    public class DefaultSpanCreator
    extends Object
    implements NewSpanParser
    Default implementation of the NewSpanParser that parses only the span name.
    Since:
    1.2.0
    Author:
    Christian Schwerdtfeger
    • Constructor Detail

      • DefaultSpanCreator

        public DefaultSpanCreator()
    • Method Detail

      • parse

        public void parse​(org.aopalliance.intercept.MethodInvocation pjp,
                          NewSpan newSpan,
                          Span span)
        Specified by:
        parse in interface NewSpanParser