@Configuration @ConditionalOnMissingBean(value=HostLocator.class) @ConditionalOnProperty(value="spring.zipkin.locator.discovery.enabled", havingValue="false", matchIfMissing=true) protected static class SleuthStreamAutoConfiguration.DefaultEndpointLocatorConfiguration extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultEndpointLocatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
HostLocator |
zipkinEndpointLocator() |
protected DefaultEndpointLocatorConfiguration()
@Bean public HostLocator zipkinEndpointLocator()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.