@Configuration
@ConditionalOnProperty(value="spring.sleuth.scheduled.enabled",
matchIfMissing=true)
@ConditionalOnClass(value=org.springframework.cloud.sleuth.Tracer.class)
protected static class GrpcServerAutoConfiguration.TraceServerAutoConfiguration
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
TraceServerAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
GlobalServerInterceptorConfigurerAdapter |
globalTraceServerInterceptorConfigurerAdapter(org.springframework.cloud.sleuth.Tracer tracer) |
@Bean public GlobalServerInterceptorConfigurerAdapter globalTraceServerInterceptorConfigurerAdapter(org.springframework.cloud.sleuth.Tracer tracer)