Package 

Class ScreenAttributesSpanProcessor

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

    
    public final class ScreenAttributesSpanProcessor
     implements SpanProcessor
                        
    • Method Summary

      Modifier and Type Method Description
      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
    • Constructor Detail

      • ScreenAttributesSpanProcessor

        ScreenAttributesSpanProcessor(VisibleScreenTracker visibleScreenTracker)