类 OtlpLoggingAutoConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingAutoConfiguration
@AutoConfiguration
@ConditionalOnClass({io.opentelemetry.sdk.logs.SdkLoggerProvider.class,io.opentelemetry.api.OpenTelemetry.class,io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogRecordExporter.class})
@EnableConfigurationProperties(OtlpLoggingProperties.class)
@Import({org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingConfigurations.ConnectionDetails.class,org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingConfigurations.Exporters.class})
public class OtlpLoggingAutoConfiguration
extends Object
Auto-configuration
for OTLP logging.- 从以下版本开始:
- 3.4.0
- 作者:
- Toshiaki Maki
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
OtlpLoggingAutoConfiguration
public OtlpLoggingAutoConfiguration()
-