Class OpenTelemetryLoggingExportAutoConfiguration
java.lang.Object
org.springframework.boot.opentelemetry.autoconfigure.logging.OpenTelemetryLoggingExportAutoConfiguration
@AutoConfiguration
@ConditionalOnClass({ConditionalOnEnabledLoggingExport.class,io.opentelemetry.api.OpenTelemetry.class,io.opentelemetry.sdk.logs.SdkLoggerProvider.class})
@ConditionalOnEnabledLoggingExport("opentelemetry")
@EnableConfigurationProperties(OpenTelemetryLoggingExportProperties.class)
@Import({org.springframework.boot.opentelemetry.autoconfigure.logging.OpenTelemetryLoggingConnectionDetailsConfiguration.class,org.springframework.boot.opentelemetry.autoconfigure.logging.OpenTelemetryLoggingTransportConfiguration.class})
public final class OpenTelemetryLoggingExportAutoConfiguration
extends Object
Auto-configuration
for OpenTelemetry logging exports.- Since:
- 4.0.0
- Author:
- Toshiaki Maki
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenTelemetryLoggingExportAutoConfiguration
public OpenTelemetryLoggingExportAutoConfiguration()
-