| Interface | Description |
|---|---|
| HostLocator | Deprecated
Please use spring-cloud-sleuth-zipkin2 to report spans to Zipkin
|
| SleuthSink | Deprecated
Please use spring-cloud-sleuth-zipkin2 to report spans to Zipkin
|
| SleuthSource | Deprecated
Please use spring-cloud-sleuth-zipkin2 to report spans to Zipkin
|
| Class | Description |
|---|---|
| DiscoveryClientHostLocator |
An
HostLocator that tries to find local service information from a
DiscoveryClient. |
| Host |
Represents the host from which the span was sent
|
| ServerPropertiesHostLocator |
A
HostLocator 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() |
| SleuthStreamAutoConfiguration |
Auto-configuration for sending spans over Spring Cloud Stream. |
| SleuthStreamAutoConfiguration.DefaultEndpointLocatorConfiguration | |
| SleuthStreamAutoConfiguration.DiscoveryClientEndpointLocatorConfiguration | |
| SleuthStreamAutoConfiguration.NonRefreshScopePercentageBasedSamplerConfiguration | |
| SleuthStreamAutoConfiguration.RefreshScopedPercentageBasedSamplerConfiguration | |
| SleuthStreamProperties |
Properties related to Sleuth Stream
|
| SleuthStreamProperties.Poller | |
| Spans |
Data transfer object for a collection of spans from a given host.
|
| StreamEnvironmentPostProcessor |
EnvironmentPostProcessor that sets the default properties for
Sleuth Stream. |
| StreamSpanReporter |
A message source for spans.
|
| ZipkinProperties |
Zipkin settings for Zipkin Stream client
|
| ZipkinProperties.Locator | |
| ZipkinProperties.Locator.Discovery | |
| ZipkinProperties.Service |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.