Uses of Class
io.opentelemetry.sdk.autoconfigure.internal.NamedSpiManager
-
Packages that use NamedSpiManager Package Description io.opentelemetry.sdk.autoconfigure io.opentelemetry.sdk.autoconfigure.internal -
-
Uses of NamedSpiManager in io.opentelemetry.sdk.autoconfigure
Methods in io.opentelemetry.sdk.autoconfigure that return NamedSpiManager Modifier and Type Method Description (package private) static NamedSpiManager<LogRecordExporter>
LogRecordExporterConfiguration. logRecordExporterSpiManager(ConfigProperties config, SpiHelper spiHelper)
(package private) static NamedSpiManager<MetricExporter>
MetricExporterConfiguration. metricExporterSpiManager(ConfigProperties config, SpiHelper spiHelper)
(package private) static NamedSpiManager<MetricReader>
MetricExporterConfiguration. metricReadersSpiManager(ConfigProperties config, SpiHelper spiHelper)
(package private) static NamedSpiManager<SpanExporter>
SpanExporterConfiguration. spanExporterSpiManager(ConfigProperties config, SpiHelper spiHelper)
Methods in io.opentelemetry.sdk.autoconfigure with parameters of type NamedSpiManager Modifier and Type Method Description (package private) static LogRecordExporter
LogRecordExporterConfiguration. configureExporter(java.lang.String name, NamedSpiManager<LogRecordExporter> spiExportersManager)
(package private) static MetricExporter
MetricExporterConfiguration. configureExporter(java.lang.String name, NamedSpiManager<MetricExporter> spiExportersManager)
(package private) static SpanExporter
SpanExporterConfiguration. configureExporter(java.lang.String name, NamedSpiManager<SpanExporter> spiExportersManager)
(package private) static MetricReader
MetricExporterConfiguration. configureMetricReader(java.lang.String name, NamedSpiManager<MetricReader> spiMetricReadersManager)
private static TextMapPropagator
PropagatorConfiguration. getPropagator(java.lang.String name, NamedSpiManager<TextMapPropagator> spiPropagatorsManager)
-
Uses of NamedSpiManager in io.opentelemetry.sdk.autoconfigure.internal
Methods in io.opentelemetry.sdk.autoconfigure.internal that return NamedSpiManager Modifier and Type Method Description (package private) static <T> NamedSpiManager<T>
NamedSpiManager. create(java.util.Map<java.lang.String,java.util.function.Supplier<T>> nameToProvider)
static <T> NamedSpiManager<T>
NamedSpiManager. createEmpty()
<T,S>
NamedSpiManager<T>SpiHelper. loadConfigurable(java.lang.Class<S> spiClass, java.util.function.Function<S,java.lang.String> getName, java.util.function.BiFunction<S,ConfigProperties,T> getConfigurable, ConfigProperties config)
Load implementations of an SPI which are configurable (i.e.
-