HostLocator that tries to find local service information from a
DiscoveryClient."host" from a Spring Cloud Span (and whatever other
environment properties might be available).PollerMetadataHostLocator that retrieves:
service name - either from Span.getProcessId() or current application name
address - from ServerProperties
port - from lazily assigned port or ServerProperties
You can override the value of service id by ZipkinProperties.getService()Auto-configuration for sending spans over Spring Cloud Stream.EnvironmentPostProcessor that sets the default properties for
Sleuth Stream.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.