接口 ZipkinConnectionDetails
- 所有超级接口:
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).
- 从以下版本开始:
- 3.1.0
- 作者:
- Moritz Halbritter
-
方法概要
-
方法详细资料
-
getSpanEndpoint
String getSpanEndpoint()The endpoint for the span reporting.- 返回:
- the endpoint
-