| Modifier and Type | Class and Description |
|---|---|
class |
DiscoveryClientHostLocator
An
HostLocator that tries to find local service information from a
DiscoveryClient. |
class |
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() |
| Modifier and Type | Method and Description |
|---|---|
HostLocator |
SleuthStreamAutoConfiguration.DefaultEndpointLocatorConfiguration.zipkinEndpointLocator() |
HostLocator |
SleuthStreamAutoConfiguration.DiscoveryClientEndpointLocatorConfiguration.zipkinEndpointLocator() |
| Modifier and Type | Method and Description |
|---|---|
StreamSpanReporter |
SleuthStreamAutoConfiguration.sleuthStreamSpanReporter(HostLocator endpointLocator,
SpanMetricReporter spanMetricReporter,
org.springframework.core.env.Environment environment,
List<SpanAdjuster> spanAdjusters) |
| Constructor and Description |
|---|
StreamSpanReporter(HostLocator endpointLocator,
SpanMetricReporter spanMetricReporter)
Deprecated.
|
StreamSpanReporter(HostLocator endpointLocator,
SpanMetricReporter spanMetricReporter,
org.springframework.core.env.Environment environment)
Deprecated.
|
StreamSpanReporter(HostLocator endpointLocator,
SpanMetricReporter spanMetricReporter,
org.springframework.core.env.Environment environment,
List<SpanAdjuster> spanAdjusters) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.