| Interface | Description |
|---|---|
| EndpointLocator |
Strategy for locating a zipkin Endpoint for the current process.
|
| ZipkinLoadBalancer |
Load balancing strategy for picking a Zipkin instance.
|
| ZipkinRestTemplateCustomizer |
Implementations customize the
RestTemplate used to report spans to Zipkin. |
| Class | Description |
|---|---|
| DefaultEndpointLocator | Deprecated
This type should have never been public and will be hidden or removed in
3.0
|
| DefaultZipkinRestTemplateCustomizer | Deprecated
This type should have never been public and will be hidden or removed in
3.0
|
| ZipkinAutoConfiguration |
Auto-configuration enables reporting to Zipkin via HTTP. |
| ZipkinAutoConfiguration.DefaultEndpointLocatorConfiguration | |
| ZipkinAutoConfiguration.RegistrationEndpointLocatorConfiguration | |
| ZipkinBackwardsCompatibilityAutoConfiguration | Deprecated
left for backward compatibility
|
| ZipkinProperties |
Zipkin settings.
|
| ZipkinProperties.Compression |
When enabled, spans are gzipped before sent to the zipkin server.
|
| ZipkinProperties.Locator |
Configuration related to locating of the host name from service discovery.
|
| ZipkinProperties.Locator.Discovery |
Discovery Locator properties.
|
| ZipkinProperties.Service |
When set will override the default
spring.application.name value of the
service id. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.