Class SpanExporter.Handler

    • Constructor Summary

      Constructors 
      Constructor Description
      Handler()  
    • Constructor Detail

      • Handler

        public Handler()
    • Method Detail

      • export

        public abstract void export​(java.util.Collection<SpanData> spanDataList)
        Exports a list of sampled (see TraceOptions.isSampled()) Spans using the immutable representation SpanData.

        This may be called from a different thread than the one that called Span.end().

        Implementation SHOULD not block the calling thread. It should execute the export on a different thread if possible.

        Parameters:
        spanDataList - a list of SpanData objects to be exported.
        Since:
        0.5