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>
-
-
Field Summary
Fields Modifier and Type Field Description private final StringspanExporter
-
Constructor Summary
Constructors Constructor Description RumSdkInitSpanExporterEvent(String spanExporter)
-
Method Summary
Modifier and Type Method Description final StringgetSpanExporter()<p>A string representation of the span exporter configured during SDK initialization.</p> Unitemit(Logger logger, Attributes additionalAttributes)Emits this event through logger, including any additionalAttributes. -
-
Constructor Detail
-
RumSdkInitSpanExporterEvent
RumSdkInitSpanExporterEvent(String spanExporter)
-
-
Method Detail
-
getSpanExporter
final String getSpanExporter()
<p>A string representation of the span exporter configured during SDK initialization.</p>
-
emit
Unit emit(Logger logger, Attributes additionalAttributes)
Emits this event through logger, including any additionalAttributes.
-
-
-
-