| Modifier and Type | Class and Description |
|---|---|
class |
DiscoveryClientEndpointLocator
An
EndpointLocator that tries to find local service information from a
DiscoveryClient. |
class |
FallbackHavingEndpointLocator
Endpoint locator that will try to call an endpoint via Discovery Client
and will fallback to Server Properties if an exception is thrown
|
class |
ServerPropertiesEndpointLocator
EndpointLocator implementation that:
address - from ServerProperties
port - from lazily assigned port or ServerProperties
You can override the name using ZipkinProperties.Service.setName(String) |
| Modifier and Type | Method and Description |
|---|---|
EndpointLocator |
ZipkinAutoConfiguration.DefaultEndpointLocatorConfiguration.zipkinEndpointLocator() |
EndpointLocator |
ZipkinAutoConfiguration.DiscoveryClientEndpointLocatorConfiguration.zipkinEndpointLocator() |
| Modifier and Type | Method and Description |
|---|---|
SpanReporter |
ZipkinAutoConfiguration.zipkinSpanListener(ZipkinSpanReporter reporter,
EndpointLocator endpointLocator,
org.springframework.core.env.Environment environment) |
| Constructor and Description |
|---|
ZipkinSpanListener(ZipkinSpanReporter reporter,
EndpointLocator endpointLocator)
Deprecated.
|
ZipkinSpanListener(ZipkinSpanReporter reporter,
EndpointLocator endpointLocator,
org.springframework.core.env.Environment environment) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.