A
B
C
D
E
F
G
H
I
M
N
O
R
S
A
- addInstrumentation(io.opentelemetry.android.instrumentation.AndroidInstrumentation) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Adds an instrumentation to be applied as a part of the .
- addInstrumentation(io.opentelemetry.android.instrumentation.AndroidInstrumentation) - function in io.opentelemetry.android.SdkPreconfiguredRumBuilder
- Adds an instrumentation to be applied as a part of the build method call.
- addLoggerProviderCustomizer(java.util.function.BiFunction) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Adds a BiFunction to invoke the with the SdkLoggerProviderBuilder to allow customization.
- addLogRecordExporterCustomizer(java.util.function.Function) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Adds a Function to invoke with the default LogRecordExporter to allow customization.
- addMeterProviderCustomizer(java.util.function.BiFunction) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Adds a BiFunction to invoke the with the SdkMeterProviderBuilder to allow customization.
- addMetricExporterCustomizer(java.util.function.Function) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Adds a Function to invoke with the default MetricExporter to allow customization.
- addOtelReadyListener(kotlin.jvm.functions.Function1) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Adds a callback to be invoked after the OpenTelemetry instance has been initialized.
- addPropagatorCustomizer(java.util.function.Function) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Adds a Function to invoke with the default TextMapPropagator to allow customization.
- addSpanExporterCustomizer(java.util.function.Function) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Adds a Function to invoke with the default SpanExporter to allow customization.
- addTracerProviderCustomizer(java.util.function.BiFunction) - function in io.opentelemetry.android.OpenTelemetryRumBuilder
- Adds a BiFunction to invoke the with the SdkTracerProviderBuilder to allow customization.
- allowInstrumentation(java.lang.String) - function in io.opentelemetry.android.config.OtelRumConfig
- Removes an instrumentation name from the list of suppressed instrumentations.
- AndroidInstrumentationLoader - class in io.opentelemetry.android.instrumentation
- Loads and provides AndroidInstrumentation instances from the runtime classpath.
- AndroidResource - class in io.opentelemetry.android
- anrMonitorInitialized() - function in io.opentelemetry.android.internal.initialization.InitializationEvents
- AttributeModifyingSpanExporter - class in io.opentelemetry.android.export
- A SpanExporter that is configured to modify some of its attributes at export time.