A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
E
- enable() - function in io.opentelemetry.android.features.diskbuffering.scheduler.DefaultExportScheduleHandler
- Start/Set up the exporting schedule.
- enable() - function in io.opentelemetry.android.features.diskbuffering.scheduler.ExportScheduleHandler
- Start/Set up the exporting schedule.
- enqueue(Runnable) - function in io.opentelemetry.android.internal.services.periodicwork.PeriodicWorkService
- ensureCacheSpaceAvailable(long) - function in io.opentelemetry.android.internal.services.CacheStorageService
- Checks for available cache space in the device and compares it to the max amount needed, ifthe available space is lower than the provided max value, the available space is returned,otherwise, the provided amount is returned.
- export(Collection) - function in io.opentelemetry.android.export.FilteringSpanExporter
- export(Collection) - function in io.opentelemetry.sdk.trace.export.FilteringSpanExporter
- export(Collection) - function in io.opentelemetry.android.export.AttributeModifyingSpanExporter
- export(Collection) - function in io.opentelemetry.sdk.trace.export.AttributeModifyingSpanExporter
- exportBatchOfEach() - function in io.opentelemetry.android.features.diskbuffering.SignalFromDiskExporter
- Convenience method that attempts to export all kinds of signals from disk.
- exportBatchOfLogs() - function in io.opentelemetry.android.features.diskbuffering.SignalFromDiskExporter
- A batch contains all the signals that arrived in one call to LogRecordDiskExporter.
- exportBatchOfMetrics() - function in io.opentelemetry.android.features.diskbuffering.SignalFromDiskExporter
- A batch contains all the signals that arrived in one call to MetricDiskExporter.
- exportBatchOfSpans() - function in io.opentelemetry.android.features.diskbuffering.SignalFromDiskExporter
- A batch contains all the signals that arrived in one call to SpanDiskExporter.
- ExportScheduleHandler - class in io.opentelemetry.android.features.diskbuffering.scheduler
- Sets up a scheduling mechanism to read and export previously stored signals in disk.