Interface SpanReporter


  • public interface SpanReporter
    An interface that allows to process spans after they got finished.
    Since:
    3.1.0
    Author:
    Marcin Grzejszczak
    • Method Detail

      • report

        void report​(FinishedSpan span)
        Reports the finished span.
        Parameters:
        span - a span that was ended and is ready to be reported.