@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(name="spring.sleuth.http.enabled",
havingValue="true",
matchIfMissing=true)
@AutoConfigureBefore(value=org.springframework.cloud.sleuth.autoconfig.brave.instrument.web.BraveHttpConfiguration.class)
public static class StackdriverTraceAutoConfiguration.StackdriverTraceHttpAutoconfiguration
extends Object
Copyright © 2021. All rights reserved.