Interface OtlpLoggingConnectionDetails
- All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
public interface OtlpLoggingConnectionDetails
extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Details required to establish a connection to an OpenTelemetry logging service.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault @Nullable org.springframework.boot.ssl.SslBundleSSL bundle to use.Address to where logs will be published.
-
Method Details
-
getUrl
-
getSslBundle
default @Nullable org.springframework.boot.ssl.SslBundle getSslBundle()SSL bundle to use.- Returns:
- the SSL bundle to use or
null - Since:
- 4.1.0
-