クラス OtlpLoggingProperties
java.lang.ObjectSE
org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.OtlpLoggingProperties
@ConfigurationProperties("management.opentelemetry.logging.export.otlp")
public class OtlpLoggingProperties
extends ObjectSE
OpenTelemetry を使用してログをエクスポートするための構成プロパティ。
- 導入:
- 4.0.0
- 作成者:
- Jonatan Ivanov
ネストされたクラスの概要
ネストされたクラスコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明@Nullable StringSEvoidsetCompression(OtlpLoggingProperties.Compression compression) voidsetConnectTimeout(DurationSE connectTimeout) voidsetEndpoint(@Nullable StringSE endpoint) voidsetTimeout(DurationSE timeout) voidsetTransport(Transport transport)
コンストラクターの詳細
OtlpLoggingProperties
public OtlpLoggingProperties()
方法の詳細
getEndpoint
setEndpoint
getTimeout
setTimeout
getConnectTimeout
setConnectTimeout
getTransport
setTransport
getCompression
setCompression
getHeaders