| Class and Description |
|---|
| DiscoveryClientEndpointLocator
An
EndpointLocator that tries to find local service information from a
DiscoveryClient. |
| EndpointLocator
Strategy for locating a zipkin Endpoint for the current process.
|
ServerPropertiesEndpointLocator
EndpointLocator implementation that:
address - from ServerProperties
port - from lazily assigned port or ServerProperties
You can override the name using ZipkinProperties.Service.setName(String) |
| ZipkinProperties
Zipkin settings
|
| ZipkinProperties.Compression
When enabled, spans are gzipped before sent to the zipkin server
|
| ZipkinProperties.Locator |
| ZipkinProperties.Locator.Discovery |
| ZipkinProperties.Service
When set will override the default
spring.application.name value of the service id |
| ZipkinRestTemplateCustomizer
Implementations customize the
RestTemplate used to report spans to Zipkin. |
| ZipkinSpanReporter
Contract for reporting Zipkin spans to Zipkin.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.