Uses of Class
io.opentelemetry.sdk.autoconfigure.internal.NamedSpiManager
Packages that use NamedSpiManager
-
Uses of NamedSpiManager in io.opentelemetry.sdk.autoconfigure
Methods in io.opentelemetry.sdk.autoconfigure that return NamedSpiManagerModifier and TypeMethodDescription(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 NamedSpiManagerModifier and TypeMethodDescription(package private) static LogRecordExporterLogRecordExporterConfiguration.configureExporter(String name, NamedSpiManager<LogRecordExporter> spiExportersManager) (package private) static MetricExporterMetricExporterConfiguration.configureExporter(String name, NamedSpiManager<MetricExporter> spiExportersManager) (package private) static SpanExporterSpanExporterConfiguration.configureExporter(String name, NamedSpiManager<SpanExporter> spiExportersManager) (package private) static MetricReaderMetricExporterConfiguration.configureMetricReader(String name, NamedSpiManager<MetricReader> spiMetricReadersManager) private static TextMapPropagatorPropagatorConfiguration.getPropagator(String name, NamedSpiManager<TextMapPropagator> spiPropagatorsManager) -
Uses of NamedSpiManager in io.opentelemetry.sdk.autoconfigure.internal
Methods in io.opentelemetry.sdk.autoconfigure.internal that return NamedSpiManagerModifier and TypeMethodDescription(package private) static <T> NamedSpiManager<T> static <T> NamedSpiManager<T> NamedSpiManager.createEmpty()<T,S> NamedSpiManager <T> SpiHelper.loadConfigurable(Class<S> spiClass, Function<S, String> getName, BiFunction<S, ConfigProperties, T> getConfigurable, ConfigProperties config) Load implementations of an SPI which are configurable (i.e.