Interface SpanReporter
-
public interface SpanReporterAn interface that allows to process spans after they got finished.- Since:
- 3.1.0
- Author:
- Marcin Grzejszczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreport(FinishedSpan span)Reports the finished span.
-
-
-
Method Detail
-
report
void report(FinishedSpan span)
Reports the finished span.- Parameters:
span- a span that was ended and is ready to be reported.
-
-