Skip navigation links
C D E G I L N O R S T V Z 

C

Compression() - Constructor for class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties.Compression
 
customize(RestTemplate) - Method in class org.springframework.cloud.sleuth.zipkin2.DefaultZipkinRestTemplateCustomizer
 
customize(RestTemplate) - Method in interface org.springframework.cloud.sleuth.zipkin2.ZipkinRestTemplateCustomizer
 

D

DefaultEndpointLocator - Class in org.springframework.cloud.sleuth.zipkin2
EndpointLocator implementation that: serviceName - from ServerProperties or Registration ip - from ServerProperties port - from lazily assigned port or ServerProperties You can override the name using ZipkinProperties.Service.setName(String)
DefaultEndpointLocator(Registration, ServerProperties, Environment, ZipkinProperties, InetUtils) - Constructor for class org.springframework.cloud.sleuth.zipkin2.DefaultEndpointLocator
 
DefaultEndpointLocatorConfiguration() - Constructor for class org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration.DefaultEndpointLocatorConfiguration
 
defaultTraceSampler(SamplerProperties) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration.NonRefreshScopePercentageBasedSamplerConfiguration
 
defaultTraceSampler(SamplerProperties) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration.RefreshScopedPercentageBasedSamplerConfiguration
 
DefaultZipkinRestTemplateCustomizer - Class in org.springframework.cloud.sleuth.zipkin2
Default ZipkinRestTemplateCustomizer that provides the GZip compression if ZipkinProperties.compression is enabled.
DefaultZipkinRestTemplateCustomizer(ZipkinProperties) - Constructor for class org.springframework.cloud.sleuth.zipkin2.DefaultZipkinRestTemplateCustomizer
 
Discovery() - Constructor for class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties.Locator.Discovery
 

E

EndpointLocator - Interface in org.springframework.cloud.sleuth.zipkin2
Strategy for locating a zipkin Endpoint for the current process.

G

getBaseUrl() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
getCompression() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
getDiscovery() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties.Locator
 
getEncoder() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
getLocator() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
getMessageTimeout() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
getName() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties.Service
 
getService() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
getType() - Method in class org.springframework.cloud.sleuth.zipkin2.sender.ZipkinSenderProperties
 
grabPort(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.cloud.sleuth.zipkin2.DefaultEndpointLocator
 

I

instance() - Method in interface org.springframework.cloud.sleuth.zipkin2.ZipkinLoadBalancer
Returns a concrete URI of a Zipkin instance.
isEnabled() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties.Compression
 
isEnabled() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
isEnabled() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties.Locator.Discovery
 

L

local() - Method in class org.springframework.cloud.sleuth.zipkin2.DefaultEndpointLocator
 
local() - Method in interface org.springframework.cloud.sleuth.zipkin2.EndpointLocator
 
Locator() - Constructor for class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties.Locator
 

N

NonRefreshScopePercentageBasedSamplerConfiguration() - Constructor for class org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration.NonRefreshScopePercentageBasedSamplerConfiguration
 

O

org.springframework.cloud.sleuth.zipkin2 - package org.springframework.cloud.sleuth.zipkin2
 
org.springframework.cloud.sleuth.zipkin2.sender - package org.springframework.cloud.sleuth.zipkin2.sender
 

R

RefreshScopedPercentageBasedSamplerConfiguration() - Constructor for class org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration.RefreshScopedPercentageBasedSamplerConfiguration
 
RegistrationEndpointLocatorConfiguration() - Constructor for class org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration.RegistrationEndpointLocatorConfiguration
 
report(Span) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinSpanReporter
 
reporter(SpanMetricReporter, ZipkinProperties, Sender) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration
Accepts a sender so you can plug-in any standard one.

S

selectImports(AnnotationMetadata) - Method in class org.springframework.cloud.sleuth.zipkin2.sender.ZipkinSenderConfigurationImportSelector
 
Service() - Constructor for class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties.Service
 
setBaseUrl(String) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
setCompression(ZipkinProperties.Compression) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
setDiscovery(ZipkinProperties.Locator.Discovery) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties.Locator
 
setEnabled(boolean) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties.Compression
 
setEnabled(boolean) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties.Locator.Discovery
 
setEnabled(boolean) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
setEncoder(SpanBytesEncoder) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
setLocator(ZipkinProperties.Locator) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
setMessageTimeout(int) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
setName(String) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties.Service
 
setService(ZipkinProperties.Service) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
setType(ZipkinSenderProperties.SenderType) - Method in class org.springframework.cloud.sleuth.zipkin2.sender.ZipkinSenderProperties
 

T

toString() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinSpanReporter
 

V

valueOf(String) - Static method in enum org.springframework.cloud.sleuth.zipkin2.sender.ZipkinSenderProperties.SenderType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.sleuth.zipkin2.sender.ZipkinSenderProperties.SenderType
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZipkinAutoConfiguration - Class in org.springframework.cloud.sleuth.zipkin2
Auto-configuration enables reporting to Zipkin via HTTP.
ZipkinAutoConfiguration() - Constructor for class org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration
 
ZipkinAutoConfiguration.DefaultEndpointLocatorConfiguration - Class in org.springframework.cloud.sleuth.zipkin2
 
ZipkinAutoConfiguration.NonRefreshScopePercentageBasedSamplerConfiguration - Class in org.springframework.cloud.sleuth.zipkin2
 
ZipkinAutoConfiguration.RefreshScopedPercentageBasedSamplerConfiguration - Class in org.springframework.cloud.sleuth.zipkin2
 
ZipkinAutoConfiguration.RegistrationEndpointLocatorConfiguration - Class in org.springframework.cloud.sleuth.zipkin2
 
zipkinEndpointLocator() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration.DefaultEndpointLocatorConfiguration
 
zipkinEndpointLocator() - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration.RegistrationEndpointLocatorConfiguration
 
ZipkinLoadBalancer - Interface in org.springframework.cloud.sleuth.zipkin2
Load balancing strategy for picking a Zipkin instance
ZipkinProperties - Class in org.springframework.cloud.sleuth.zipkin2
Zipkin settings
ZipkinProperties() - Constructor for class org.springframework.cloud.sleuth.zipkin2.ZipkinProperties
 
ZipkinProperties.Compression - Class in org.springframework.cloud.sleuth.zipkin2
When enabled, spans are gzipped before sent to the zipkin server
ZipkinProperties.Locator - Class in org.springframework.cloud.sleuth.zipkin2
Configuration related to locating of the host name from service discovery.
ZipkinProperties.Locator.Discovery - Class in org.springframework.cloud.sleuth.zipkin2
 
ZipkinProperties.Service - Class in org.springframework.cloud.sleuth.zipkin2
When set will override the default spring.application.name value of the service id
zipkinRestTemplateCustomizer(ZipkinProperties) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration
 
ZipkinRestTemplateCustomizer - Interface in org.springframework.cloud.sleuth.zipkin2
Implementations customize the RestTemplate used to report spans to Zipkin.
ZipkinSenderConfigurationImportSelector - Class in org.springframework.cloud.sleuth.zipkin2.sender
 
ZipkinSenderConfigurationImportSelector() - Constructor for class org.springframework.cloud.sleuth.zipkin2.sender.ZipkinSenderConfigurationImportSelector
 
ZipkinSenderProperties - Class in org.springframework.cloud.sleuth.zipkin2.sender
Properties for Zipkin sender
ZipkinSenderProperties() - Constructor for class org.springframework.cloud.sleuth.zipkin2.sender.ZipkinSenderProperties
 
ZipkinSenderProperties.SenderType - Enum in org.springframework.cloud.sleuth.zipkin2.sender
 
zipkinSpanListener(Reporter<Span>, EndpointLocator, Environment) - Method in class org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration
 
ZipkinSpanReporter - Class in org.springframework.cloud.sleuth.zipkin2
Listener of Sleuth events.
ZipkinSpanReporter(Reporter<Span>, EndpointLocator, Environment, List<SpanAdjuster>) - Constructor for class org.springframework.cloud.sleuth.zipkin2.ZipkinSpanReporter
 
C D E G I L N O R S T V Z 
Skip navigation links

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.