@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(value={"spring.sleuth.enabled","spring.sleuth.wavefront.enabled"},
matchIfMissing=true)
@ConditionalOnClass(value=com.wavefront.spring.autoconfigure.WavefrontSleuthSpanHandler.class)
@AutoConfigureAfter(value=com.wavefront.spring.autoconfigure.WavefrontAutoConfiguration.class)
public class WavefrontOtelAutoConfiguration
extends Object
EnableAutoConfiguration
Auto-configuration enables reporting to Wavefront.Copyright © 2023 Pivotal Software, Inc.. All rights reserved.