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:
- 3.4.0
-
Method Summary
-
Method Details
-
getUrl
Address to where logs will be published.- Parameters:
transport- the transport to use- Returns:
- the address to where logs will be published
-