ZipkinRestTemplateCustomizer that provides the GZip compression if
ZipkinProperties.compression is enabled.EndpointLocator that tries to find local service information from a
DiscoveryClient.POST /spans endpoint.ZipkinSpanListener and submits them to a Zipkin
collector.EndpointLocator implementation that:
address - from ServerProperties
port - from lazily assigned port or ServerProperties
You can override the name using ZipkinProperties.Service.setName(String)Auto-configuration
enables reporting to Zipkin via HTTP.spring.application.name value of the service idRestTemplate used to report spans to Zipkin.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.