Interface Exporter


@ExtensionPoint public interface Exporter
An exporter could be used to collect and process spans.
Since:
2.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process the collected span.
  • Method Details

    • export

      void export(SpanContext span)
      Process the collected span.