Class RumSdkInitSpanExporterEvent

  • All Implemented Interfaces:
    io.opentelemetry.android.semconv.events.OpenTelemetryEvent

    
    public final class RumSdkInitSpanExporterEvent
     implements OpenTelemetryEvent
                        
    <p>This event indicates that the span exporter initialized during Android RUM SDK startup.</p> <p>Notes:</p> <p>none</p>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getSpanExporter() <p>A string representation of the span exporter configured during SDK initialization.</p>
      Unit emit(Logger logger, Attributes additionalAttributes) Emits this event through logger, including any additionalAttributes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RumSdkInitSpanExporterEvent

        RumSdkInitSpanExporterEvent(String spanExporter)