A
B
C
D
E
F
G
H
I
M
N
O
R
S
S
- ScheduleEnablement - class in io.opentelemetry.android.features.diskbuffering.scheduler
- Sets up a scheduling mechanism to read and export previously stored signals in disk.
- ScreenAttributesLogRecordProcessor - class in io.opentelemetry.android.internal.processors
- sdkInitializationStarted() - function in io.opentelemetry.android.internal.initialization.InitializationEvents
- SdkPreconfiguredRumBuilder - class in io.opentelemetry.android
- SessionIdRatioBasedSampler - class in io.opentelemetry.android
- Session ID ratio based sampler.
- set(io.opentelemetry.android.features.diskbuffering.SignalFromDiskExporter) - function in io.opentelemetry.android.features.diskbuffering.SignalFromDiskExporter.Companion
- set(io.opentelemetry.android.internal.initialization.InitializationEvents) - function in io.opentelemetry.android.internal.initialization.InitializationEvents.Companion
- setClock(io.opentelemetry.sdk.common.Clock) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Sets a custom Clock implementation.
- setDiskBufferingConfig(io.opentelemetry.android.features.diskbuffering.DiskBufferingConfig) - function in io.opentelemetry.android.config.OtelRumConfig
- Sets the parameters for caching signals in disk in order to export them later.
- setExportScheduleEnablement(io.opentelemetry.android.features.diskbuffering.scheduler.ScheduleEnablement) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Sets a scheduler that will take care of periodically read data stored in disk and export it.
- setGlobalAttributes(io.opentelemetry.api.common.Attributes) - function in io.opentelemetry.android.config.OtelRumConfig
- Configures the set of global attributes to emit with every span and event.
- setGlobalAttributes(java.util.function.Supplier) - function in io.opentelemetry.android.config.OtelRumConfig
- setLoggingDisabled() - function in io.opentelemetry.android.config.OtelRumConfig
- Enables or disables the logging API for the SDK.
- setMetricsDisabled() - function in io.opentelemetry.android.config.OtelRumConfig
- Enables or disables the metrics API for the SDK.
- setResource(io.opentelemetry.sdk.resources.Resource) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Assign a Resource to be attached to all telemetry emitted by the OpenTelemetryRum created by this builder.
- setSessionProvider(io.opentelemetry.android.session.SessionProvider) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Sets a custom SessionProvider that controls the session ID.
- setShutdownHook(java.lang.Runnable) - function in io.opentelemetry.android.SdkPreconfiguredRumBuilder
- Call this to provide a shutdown hook that will be called when the OpenTelemetryRum instance is shut down.
- setTracingDisabled() - function in io.opentelemetry.android.config.OtelRumConfig
- Enables or disables the tracing API for the SDK.
- shouldDiscoverInstrumentations() - function in io.opentelemetry.android.config.OtelRumConfig
- Return true if the RUM initialization should look for instrumentations in the classpath and apply them automatically.
- shouldGenerateSdkInitializationEvents() - function in io.opentelemetry.android.config.OtelRumConfig
- Returns true if the SDK is configured to generate initialization events, false otherwise.
- shouldIncludeNetworkAttributes() - function in io.opentelemetry.android.config.OtelRumConfig
- Returns true if runtime network attributes are enabled, false otherwise.
- shouldIncludeScreenAttributes() - function in io.opentelemetry.android.config.OtelRumConfig
- Return true if the SDK should be configured to report screen attributes.
- shouldSample(io.opentelemetry.context.Context,java.lang.String,java.lang.String,io.opentelemetry.api.trace.SpanKind,io.opentelemetry.api.common.Attributes,java.util.List) - function in io.opentelemetry.android.SessionIdRatioBasedSampler
- shutdown() - function in io.opentelemetry.android.export.AttributeModifyingSpanExporter
- shutdown() - function in io.opentelemetry.sdk.logs.LogRecordProcessor
- shutdown() - function in io.opentelemetry.sdk.trace.SpanProcessor
- shutdown() - function in io.opentelemetry.sdk.trace.samplers.Sampler
- SignalFromDiskExporter - class in io.opentelemetry.android.features.diskbuffering
- Entrypoint to read and export previously cached signals.
- slowRenderingDetectorInitialized() - function in io.opentelemetry.android.internal.initialization.InitializationEvents
- SpanDataModifier - class in io.opentelemetry.android.export
- A utility that can be used to create a SpanExporter that allows filtering and modification of span data before it is sent to Allows modification of span data before it is sent to a delegate exporter.
- spanExporterInitialized(io.opentelemetry.sdk.trace.export.SpanExporter) - function in io.opentelemetry.android.internal.initialization.InitializationEvents
- suppressInstrumentation(java.lang.String) - function in io.opentelemetry.android.config.OtelRumConfig
- Adds an instrumentation name to the list of suppressed instrumentations.