Package 

Class ElasticSpanProcessor

  • All Implemented Interfaces:
    io.opentelemetry.sdk.trace.SpanProcessor , java.io.Closeable , java.lang.AutoCloseable

    
    public final class ElasticSpanProcessor
     implements SpanProcessor
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Filter<ReadableSpan> filter
    • Method Summary

      Modifier and Type Method Description
      void setFilter(Filter<ReadableSpan> filter)
      void onStart(Context parentContext, ReadWriteSpan span)
      boolean isStartRequired()
      void onEnd(ReadableSpan span)
      boolean isEndRequired()
      • Methods inherited from class io.opentelemetry.sdk.trace.SpanProcessor

        close, composite, forceFlush, isEndRequired, isStartRequired, onEnd, onStart, shutdown
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait