Class SystemOutLogRecordExporterAutoConfiguration
java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.exporters.logging.SystemOutLogRecordExporterAutoConfiguration
@Configuration
@AutoConfigureBefore(OpenTelemetryAutoConfiguration.class)
@Conditional(io.opentelemetry.instrumentation.spring.autoconfigure.exporters.logging.SystemOutLogRecordExporterAutoConfiguration.CustomCondition.class)
@ConditionalOnClass(io.opentelemetry.exporter.logging.SystemOutLogRecordExporter.class)
public class SystemOutLogRecordExporterAutoConfiguration
extends Object
Configures
SystemOutLogRecordExporter bean for tracing.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.opentelemetry.exporter.logging.SystemOutLogRecordExporter
-
Constructor Details
-
SystemOutLogRecordExporterAutoConfiguration
public SystemOutLogRecordExporterAutoConfiguration()
-
-
Method Details
-
otelSystemOutLogRecordExporter
@Bean(destroyMethod="") @ConditionalOnMissingBean public io.opentelemetry.exporter.logging.SystemOutLogRecordExporter otelSystemOutLogRecordExporter()
-