A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
R
- rejecting(Predicate) - function in io.opentelemetry.android.export.FilteringSpanExporterBuilder
- Creates a span exporter that will not export any spans whose SpanData matches the rejectingpredicate.
- rejectSpansByAttributeValue(AttributeKey,Predicate) - function in io.opentelemetry.android.export.SpanDataModifier
- Remove matching spans from the exporter pipeline.
- rejectSpansByName(Predicate) - function in io.opentelemetry.android.export.SpanDataModifier
- Remove matching spans from the exporter pipeline.
- rejectSpansNamed(String) - function in io.opentelemetry.android.export.FilteringSpanExporterBuilder
- Creates a SpanExporter that will not export any spans whose name matches the given name.
- rejectSpansNamed(Predicate) - function in io.opentelemetry.android.export.FilteringSpanExporterBuilder
- Creates a SpanExporter that will not export any spans whose name matches the given predicate.All other spans will be exported by the delegate.
- rejectSpansWithAttributesMatching(Map) - function in io.opentelemetry.android.export.FilteringSpanExporterBuilder
- rejectSpansWithNameContaining(String) - function in io.opentelemetry.android.export.FilteringSpanExporterBuilder
- Creates a SpanExporter that will not export any spans whose name contains the givensubstring.
- removeSpanAttribute(AttributeKey) - function in io.opentelemetry.android.export.SpanDataModifier
- Modify span data before it enters the exporter pipeline.
- removeSpanAttribute(AttributeKey,Predicate) - function in io.opentelemetry.android.export.SpanDataModifier
- Modify span data before it enters the exporter pipeline.
- replaceSpanAttribute(AttributeKey,Function) - function in io.opentelemetry.android.export.SpanDataModifier
- Modify span data before it enters the exporter pipeline.
- resetForTest() - function in io.opentelemetry.android.internal.services.ServiceManager
- resetForTesting() - function in io.opentelemetry.android.features.diskbuffering.SignalFromDiskExporter.Companion
- retrieveInt(String,int) - function in io.opentelemetry.android.internal.services.PreferencesService
- run() - function in io.opentelemetry.android.internal.services.periodicwork.DefaultExportScheduler
- run() - function in io.opentelemetry.android.internal.services.periodicwork.PeriodicRunnable
- RuntimeDetailsExtractor - class in io.opentelemetry.android
- Represents details about the runtime environment at a time