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
-
Method Details
-
report
Reports the finished span.- Parameters:
span- a span that was ended and is ready to be reported.
-