@Configuration @EnableConfigurationProperties(value=KubernetesZipkinDiscoveryProperties.class) public class ZipkinKubernetesAutoConfiguration extends Object
| Constructor and Description |
|---|
ZipkinKubernetesAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.sleuth.zipkin.ZipkinSpanReporter |
reporter(io.fabric8.kubernetes.client.KubernetesClient client,
KubernetesZipkinDiscoveryProperties discoveryProperties,
org.springframework.cloud.sleuth.metric.SpanMetricReporter spanMetricReporter,
org.springframework.cloud.sleuth.zipkin.ZipkinProperties zipkin) |
@Bean
public org.springframework.cloud.sleuth.zipkin.ZipkinSpanReporter reporter(io.fabric8.kubernetes.client.KubernetesClient client,
KubernetesZipkinDiscoveryProperties discoveryProperties,
org.springframework.cloud.sleuth.metric.SpanMetricReporter spanMetricReporter,
org.springframework.cloud.sleuth.zipkin.ZipkinProperties zipkin)
Copyright © 2016 Red Hat. All rights reserved.