Interface ZipkinConnectionDetails
- All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
public interface ZipkinConnectionDetails
extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Details required to establish a connection to a Zipkin server.
Note: getSpanEndpoint() is only read once and passed to a bean of type
HttpEndpointSupplier.Factory which defaults to no-op (constant).
- Since:
- 3.1.0
-
Method Summary
-
Method Details
-
getSpanEndpoint
String getSpanEndpoint()The endpoint for the span reporting.- Returns:
- the endpoint
-