Interface RequestSpan

  • All Known Implementing Classes:
    NoopRequestSpan, ThresholdRequestSpan

    @Volatile
    public interface RequestSpan
    Marker interface for external spans that can be passed in into the SDK option blocks.

    Note that you'll most likely consume this interface through actual implementations from the tracer module that is used for your application. You will not need to worry about this with the default logging tracer, but if you are using OpenTracing or OpenTelemetry, look in their respective codebases for implementations of this class.

    • Method Detail

      • finish

        void finish()