Class ActiveSpanLifecycle

  • All Implemented Interfaces:
    Lifecycle

    @API(status=EXPERIMENTAL)
    public final class ActiveSpanLifecycle
    extends Object
    implements Lifecycle
    See Also:
    Tracer.activeSpan()
    • Constructor Detail

      • ActiveSpanLifecycle

        public ActiveSpanLifecycle()
    • Method Detail

      • start

        public Optional<io.opentracing.Span> start​(io.opentracing.Tracer tracer,
                                                   String operationName)
        Specified by:
        start in interface Lifecycle