-
- All Implemented Interfaces:
-
co.elastic.apm.android.sdk.connectivity.opentelemetry.SignalConfiguration,co.elastic.apm.android.sdk.connectivity.opentelemetry.exporters.VisitableExporters
public abstract class BaseSignalConfiguration implements SignalConfiguration, VisitableExporters
-
-
Field Summary
Fields Modifier and Type Field Description private ExporterVisitorexporterVisitor
-
Method Summary
Modifier and Type Method Description voidsetExporterVisitor(ExporterVisitor visitor)SpanProcessorgetSpanProcessor()LogRecordProcessorgetLogProcessor()MetricReadergetMetricReader()-
-
Method Detail
-
setExporterVisitor
void setExporterVisitor(ExporterVisitor visitor)
-
getSpanProcessor
SpanProcessor getSpanProcessor()
-
getLogProcessor
LogRecordProcessor getLogProcessor()
-
getMetricReader
MetricReader getMetricReader()
-
-
-
-