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 LogRecordExporterLogRecordExporterConfiguration. configureExporter(java.lang.String name, NamedSpiManager<LogRecordExporter> spiExportersManager)(package private) static MetricExporterMetricExporterConfiguration. configureExporter(java.lang.String name, NamedSpiManager<MetricExporter> spiExportersManager)(package private) static SpanExporterSpanExporterConfiguration. configureExporter(java.lang.String name, NamedSpiManager<SpanExporter> spiExportersManager)(package private) static MetricReaderMetricExporterConfiguration. configureMetricReader(java.lang.String name, NamedSpiManager<MetricReader> spiMetricReadersManager)private static TextMapPropagatorPropagatorConfiguration. 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.
-