Interface SpanReporter


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

    Modifier and Type
    Method
    Description
    void
    Reports the finished span.
  • Method Details

    • report

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