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