Interface TraceReporter

  • All Superinterfaces:
    Reporter

    @Experimental
    public interface TraceReporter
    extends Reporter
    Trace reporters are used to export Spans to an external backend.

    Reporters are instantiated via a TraceReporterFactory.

    • Method Detail

      • notifyOfAddedSpan

        void notifyOfAddedSpan​(Span span)