Interface OtlpLoggingConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a connection to an OpenTelemetry logging service.
- Since:
- 4.0.0
- Author:
- Toshiaki Maki
-
Method Summary
Modifier and TypeMethodDescriptiondefault @Nullable SslBundleSSL bundle to use.Address to where logs will be published.
-
Method Details
-
getUrl
-
getSslBundle
SSL bundle to use.- Returns:
- the SSL bundle to use or
null - Since:
- 4.1.0
-