Class LoggingSpanExporterAutoConfiguration
- java.lang.Object
-
- io.opentelemetry.instrumentation.spring.autoconfigure.exporters.logging.LoggingSpanExporterAutoConfiguration
-
@Configuration @EnableConfigurationProperties(LoggingSpanExporterProperties.class) @AutoConfigureBefore(TracerAutoConfiguration.class) @ConditionalOnProperty(prefix="opentelemetry.trace.exporter.logging", name="enabled", matchIfMissing=true) @ConditionalOnClass(io.opentelemetry.exporter.logging.LoggingSpanExporter.class) public class LoggingSpanExporterAutoConfiguration extends Object
ConfiguresLoggingSpanExporterbean for tracing.
-
-
Constructor Summary
Constructors Constructor Description LoggingSpanExporterAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.opentelemetry.exporter.logging.LoggingSpanExporterotelLoggingSpanExporter()
-